#ABD25D

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

Shades of Conifer #ABD25D

Tints of Conifer #ABD25D

Color information

#ABD25D (or 0xABD25D) is unknown color: approx Conifer. HEX triplet: AB, D2 and 5D. RGB value is (171,210,93). Sum of RGB (Red+Green+Blue) = 171+210+93=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD25D is #542DA2. Grayscale: #B9B9B9. Windows color (decimal): -5516707 or 6148779. OLE color: 6148779.

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

Color convert

RGB17121093-
CMYK0.1900.560.18
HSL80º56.52%59.41%-
HSV(B)80º55.71%82.35%-
XYZ41.8255.5418.87-
YUV18576.08118.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=36.08%
G=44.30%
B=19.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171210930.1900.560.188056.5259.41
HexABD25D130381250393b
Octal25332213523070221207173
Binary10101011110100101011101100110111000100101010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD25D; }

 p { color: rgb(171,210,93); }

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

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

 a { background-color: rgb(171,210,93); }

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

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

 span { border-color: rgb(171,210,93); }

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