#A4D159

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

Shades of Conifer #A4D159

Tints of Conifer #A4D159

Color information

#A4D159 (or 0xA4D159) is unknown color: approx Conifer. HEX triplet: A4, D1 and 59. RGB value is (164,209,89). Sum of RGB (Red+Green+Blue) = 164+209+89=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D159 is #5B2EA6. Grayscale: #B6B6B6. Windows color (decimal): -5975719 or 5886372. OLE color: 5886372.

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

Color convert

RGB16420989-
CMYK0.2200.570.18
HSL82.5º56.6%58.43%-
HSV(B)82.5º57.42%81.96%-
XYZ39.9154.2117.81-
YUV181.8675.59115.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 209 (82.03% from 255) = 45.24%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=35.50%
G=45.24%
B=19.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164209890.2200.570.1882.556.658.43
HexA4D159160391252393a
Octal24432113126071221227172
Binary10100100110100011011001101100111001100101010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D159; }

 p { color: rgb(164,209,89); }

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

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

 a { background-color: rgb(164,209,89); }

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

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

 span { border-color: rgb(164,209,89); }

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