#A6CF52

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

Shades of Conifer #A6CF52

Tints of Conifer #A6CF52

Color information

#A6CF52 (or 0xA6CF52) is unknown color: approx Conifer. HEX triplet: A6, CF and 52. RGB value is (166,207,82). Sum of RGB (Red+Green+Blue) = 166+207+82=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF52 is #5930AD. Grayscale: #B4B4B4. Windows color (decimal): -5845166 or 5427110. OLE color: 5427110.

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

Color convert

RGB16620782-
CMYK0.2000.600.19
HSL79.68º56.56%56.67%-
HSV(B)79.68º60.39%81.18%-
XYZ39.5653.3416.19-
YUV180.4972.42117.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 207 (81.25% from 255) = 45.49%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=36.48%
G=45.49%
B=18.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207820.2000.600.1979.6856.5656.67
HexA6CF521403C13503939
Octal24631712224074231207171
Binary10100110110011111010010101000111100100111010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF52; }

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

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

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

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

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

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

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

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