#A2CF56

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

Shades of Conifer #A2CF56

Tints of Conifer #A2CF56

Color information

#A2CF56 (or 0xA2CF56) is unknown color: approx Conifer. HEX triplet: A2, CF and 56. RGB value is (162,207,86). Sum of RGB (Red+Green+Blue) = 162+207+86=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CF56 is #5D30A9. Grayscale: #B4B4B4. Windows color (decimal): -6107306 or 5689250. OLE color: 5689250.

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

Color convert

RGB16220786-
CMYK0.2200.580.19
HSL82.31º55.76%57.45%-
HSV(B)82.31º58.45%81.18%-
XYZ38.8952.9816.98-
YUV179.7575.09115.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 207 (81.25% from 255) = 45.49%
BLUE value IS 86 (33.98% from 255) = 18.90%
R=35.60%
G=45.49%
B=18.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162207860.2200.580.1982.3155.7657.45
HexA2CF561603A13523839
Octal24231712626072231227071
Binary10100010110011111010110101100111010100111010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CF56; }

 p { color: rgb(162,207,86); }

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

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

 a { background-color: rgb(162,207,86); }

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

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

 span { border-color: rgb(162,207,86); }

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