#A2D15D

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

Shades of Conifer #A2D15D

Tints of Conifer #A2D15D

Color information

#A2D15D (or 0xA2D15D) is unknown color: approx Conifer. HEX triplet: A2, D1 and 5D. RGB value is (162,209,93). Sum of RGB (Red+Green+Blue) = 162+209+93=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D15D is #5D2EA2. Grayscale: #B6B6B6. Windows color (decimal): -6106787 or 6148514. OLE color: 6148514.

HSL color Cylindrical-coordinate representation of color #A2D15D: hue angle of 84.31º 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 #A2D15D is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB16220993-
CMYK0.2200.560.18
HSL84.31º55.77%59.22%-
HSV(B)84.31º55.5%81.96%-
XYZ39.6854.0718.7-
YUV181.7277.93113.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=34.91%
G=45.04%
B=20.04%

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
Decimal162209930.2200.560.1884.3155.7759.22
HexA2D15D160381254383b
Octal24232113526070221247073
Binary10100010110100011011101101100111000100101010100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D15D; }

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

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

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

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

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

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

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

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