#A7FD62

Color #A7FD62 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A7FD62

Tints of Conifer #A7FD62

Color information

#A7FD62 (or 0xA7FD62) is unknown color: approx Conifer. HEX triplet: A7, FD and 62. RGB value is (167,253,98). Sum of RGB (Red+Green+Blue) = 167+253+98=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FD62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7FD62 is #58029D. Grayscale: #D2D2D2. Windows color (decimal): -5767838 or 6487463. OLE color: 6487463.

HSL color Cylindrical-coordinate representation of color #A7FD62: hue angle of 93.29º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7FD62 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB16725398-
CMYK0.3400.610.01
HSL93.29º97.48%68.82%-
HSV(B)93.29º61.26%99.22%-
XYZ53.2779.3524.06-
YUV209.6265.0197.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 253 (99.22% from 255) = 48.84%
BLUE value IS 98 (38.67% from 255) = 18.92%
R=32.24%
G=48.84%
B=18.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal167253980.3400.610.0193.2997.4868.82
HexA7FD622203D15d6145
Octal247375142420751135141105
Binary1010011111111101110001010001001111011101110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FD62; }

 p { color: rgb(167,253,98); }

 H1.HeaderClassName
 {
   color: #A7FD62;
 }
 .AnyTagClassName
 {
   color: #A7FD62;
 }
</style>
background-color css

<style>
 a { background-color: #A7FD62; }

 a { background-color: rgb(167,253,98); }

 div.DivClassName
 {
   background-color: #A7FD62;
 }
 .BgClassName
 {
   background-color: #A7FD62;
 }
</style>
border-color css

<style>
 span { border-color: #A7FD62; }

 span { border-color: rgb(167,253,98); }

 td.TdClassName
 {
   border-color: #A7FD62;
 }
 .TagClassName
 {
   border-color: #A7FD62;
 }
</style>