#A2CE59

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

Shades of Conifer #A2CE59

Tints of Conifer #A2CE59

Color information

#A2CE59 (or 0xA2CE59) is unknown color: approx Conifer. HEX triplet: A2, CE and 59. RGB value is (162,206,89). Sum of RGB (Red+Green+Blue) = 162+206+89=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE59 is #5D31A6. Grayscale: #B3B3B3. Windows color (decimal): -6107559 or 5885602. OLE color: 5885602.

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

Color convert

RGB16220689-
CMYK0.2100.570.19
HSL82.56º54.42%57.84%-
HSV(B)82.56º56.8%80.78%-
XYZ38.7752.5517.55-
YUV179.5176.92115.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 206 (80.86% from 255) = 45.08%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=35.45%
G=45.08%
B=19.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162206890.2100.570.1982.5654.4257.84
HexA2CE59150391353363a
Octal24231613125071231236672
Binary10100010110011101011001101010111001100111010011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE59; }

 p { color: rgb(162,206,89); }

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

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

 a { background-color: rgb(162,206,89); }

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

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

 span { border-color: rgb(162,206,89); }

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