#A4D15A

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

Shades of Conifer #A4D15A

Tints of Conifer #A4D15A

Color information

#A4D15A (or 0xA4D15A) is unknown color: approx Conifer. HEX triplet: A4, D1 and 5A. RGB value is (164,209,90). Sum of RGB (Red+Green+Blue) = 164+209+90=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D15A is #5B2EA5. Grayscale: #B6B6B6. Windows color (decimal): -5975718 or 5951908. OLE color: 5951908.

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

Color convert

RGB16420990-
CMYK0.2200.570.18
HSL82.69º56.4%58.63%-
HSV(B)82.69º56.94%81.96%-
XYZ39.9654.2318.03-
YUV181.9876.09115.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 209 (82.03% from 255) = 45.14%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=35.42%
G=45.14%
B=19.44%

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
Decimal164209900.2200.570.1882.6956.458.63
HexA4D15A160391253383b
Octal24432113226071221237073
Binary10100100110100011011010101100111001100101010011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D15A; }

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

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

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

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

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

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

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

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