#A6CF62

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

Shades of Conifer #A6CF62

Tints of Conifer #A6CF62

Color information

#A6CF62 (or 0xA6CF62) is unknown color: approx Conifer. HEX triplet: A6, CF and 62. RGB value is (166,207,98). Sum of RGB (Red+Green+Blue) = 166+207+98=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF62 is #59309D. Grayscale: #B6B6B6. Windows color (decimal): -5845150 or 6475686. OLE color: 6475686.

HSL color Cylindrical-coordinate representation of color #A6CF62: hue angle of 82.57º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6CF62 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB16620798-
CMYK0.2000.530.19
HSL82.57º53.17%59.8%-
HSV(B)82.57º52.66%81.18%-
XYZ40.2453.6119.78-
YUV182.3180.42116.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 207 (81.25% from 255) = 43.95%
BLUE value IS 98 (38.67% from 255) = 20.81%
R=35.24%
G=43.95%
B=20.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207980.2000.530.1982.5753.1759.8
HexA6CF62140351353353c
Octal24631714224065231236574
Binary10100110110011111100010101000110101100111010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF62; }

 p { color: rgb(166,207,98); }

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

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

 a { background-color: rgb(166,207,98); }

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

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

 span { border-color: rgb(166,207,98); }

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