#ABD55B

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

Shades of Conifer #ABD55B

Tints of Conifer #ABD55B

Color information

#ABD55B (or 0xABD55B) is unknown color: approx Conifer. HEX triplet: AB, D5 and 5B. RGB value is (171,213,91). Sum of RGB (Red+Green+Blue) = 171+213+91=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD55B is #542AA4. Grayscale: #BABABA. Windows color (decimal): -5515941 or 6018475. OLE color: 6018475.

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

Color convert

RGB17121391-
CMYK0.2000.570.16
HSL80.66º59.22%59.61%-
HSV(B)80.66º57.28%83.53%-
XYZ42.485718.66-
YUV186.5374.09116.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=36%
G=44.84%
B=19.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171213910.2000.570.1680.6659.2259.61
HexABD55B1403910513b3c
Octal25332513324071201217374
Binary10101011110101011011011101000111001100001010001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD55B; }

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

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

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

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

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

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

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

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