#A2D15B

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

Shades of Conifer #A2D15B

Tints of Conifer #A2D15B

Color information

#A2D15B (or 0xA2D15B) is unknown color: approx Conifer. HEX triplet: A2, D1 and 5B. RGB value is (162,209,91). Sum of RGB (Red+Green+Blue) = 162+209+91=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D15B is #5D2EA4. Grayscale: #B5B5B5. Windows color (decimal): -6106789 or 6017442. OLE color: 6017442.

HSL color Cylindrical-coordinate representation of color #A2D15B: hue angle of 83.9º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D15B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB16220991-
CMYK0.2200.560.18
HSL83.9º56.19%58.82%-
HSV(B)83.9º56.46%81.96%-
XYZ39.5954.0418.24-
YUV181.4976.93114.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 209 (82.03% from 255) = 45.24%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=35.06%
G=45.24%
B=19.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162209910.2200.560.1883.956.1958.82
HexA2D15B160381254383b
Octal24232113326070221247073
Binary10100010110100011011011101100111000100101010100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D15B; }

 p { color: rgb(162,209,91); }

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

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

 a { background-color: rgb(162,209,91); }

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

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

 span { border-color: rgb(162,209,91); }

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