#A2CE5D

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

Shades of Conifer #A2CE5D

Tints of Conifer #A2CE5D

Color information

#A2CE5D (or 0xA2CE5D) is unknown color: approx Conifer. HEX triplet: A2, CE and 5D. RGB value is (162,206,93). Sum of RGB (Red+Green+Blue) = 162+206+93=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE5D is #5D31A2. Grayscale: #B4B4B4. Windows color (decimal): -6107555 or 6147746. OLE color: 6147746.

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

Color convert

RGB16220693-
CMYK0.2100.550.19
HSL83.36º53.55%58.63%-
HSV(B)83.36º54.85%80.78%-
XYZ38.9552.6118.46-
YUV179.9678.92115.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=35.14%
G=44.69%
B=20.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162206930.2100.550.1983.3653.5558.63
HexA2CE5D150371353363b
Octal24231613525067231236673
Binary10100010110011101011101101010110111100111010011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE5D; }

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

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

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

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

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

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

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

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