#A2D158

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

Shades of Conifer #A2D158

Tints of Conifer #A2D158

Color information

#A2D158 (or 0xA2D158) is unknown color: approx Conifer. HEX triplet: A2, D1 and 58. RGB value is (162,209,88). Sum of RGB (Red+Green+Blue) = 162+209+88=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D158 is #5D2EA7. Grayscale: #B5B5B5. Windows color (decimal): -6106792 or 5820834. OLE color: 5820834.

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

Color convert

RGB16220988-
CMYK0.2200.580.18
HSL83.31º56.81%58.24%-
HSV(B)83.31º57.89%81.96%-
XYZ39.4653.9917.57-
YUV181.1575.43114.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 209 (82.03% from 255) = 45.53%
BLUE value IS 88 (34.77% from 255) = 19.17%
R=35.29%
G=45.53%
B=19.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162209880.2200.580.1883.3156.8158.24
HexA2D1581603A1253393a
Octal24232113026072221237172
Binary10100010110100011011000101100111010100101010011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D158; }

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

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

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

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

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

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

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

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