#ABD15A

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

Shades of Conifer #ABD15A

Tints of Conifer #ABD15A

Color information

#ABD15A (or 0xABD15A) is unknown color: approx Conifer. HEX triplet: AB, D1 and 5A. RGB value is (171,209,90). Sum of RGB (Red+Green+Blue) = 171+209+90=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD15A is #542EA5. Grayscale: #B8B8B8. Windows color (decimal): -5516966 or 5951915. OLE color: 5951915.

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

Color convert

RGB17120990-
CMYK0.1800.570.18
HSL79.16º56.4%58.63%-
HSV(B)79.16º56.94%81.96%-
XYZ41.445518.1-
YUV184.0774.91118.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=36.38%
G=44.47%
B=19.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171209900.1800.570.1879.1656.458.63
HexABD15A12039124f383b
Octal25332113222071221177073
Binary10101011110100011011010100100111001100101001111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD15A; }

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

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

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

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

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

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

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

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