#ABD55F

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

Shades of Conifer #ABD55F

Tints of Conifer #ABD55F

Color information

#ABD55F (or 0xABD55F) is unknown color: approx Conifer. HEX triplet: AB, D5 and 5F. RGB value is (171,213,95). Sum of RGB (Red+Green+Blue) = 171+213+95=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD55F is #542AA0. Grayscale: #BBBBBB. Windows color (decimal): -5515937 or 6280619. OLE color: 6280619.

HSL color Cylindrical-coordinate representation of color #ABD55F: hue angle of 81.36º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABD55F is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB17121395-
CMYK0.2000.550.16
HSL81.36º58.42%60.39%-
HSV(B)81.36º55.4%83.53%-
XYZ42.6557.0719.59-
YUV186.9976.09116.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=35.70%
G=44.47%
B=19.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171213950.2000.550.1681.3658.4260.39
HexABD55F1403710513a3c
Octal25332513724067201217274
Binary10101011110101011011111101000110111100001010001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD55F; }

 p { color: rgb(171,213,95); }

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

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

 a { background-color: rgb(171,213,95); }

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

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

 span { border-color: rgb(171,213,95); }

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