#ABD56A

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

Shades of Conifer #ABD56A

Tints of Conifer #ABD56A

Color information

#ABD56A (or 0xABD56A) is unknown color: approx Conifer. HEX triplet: AB, D5 and 6A. RGB value is (171,213,106). Sum of RGB (Red+Green+Blue) = 171+213+106=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD56A is #542A95. Grayscale: #BCBCBC. Windows color (decimal): -5515926 or 7001515. OLE color: 7001515.

HSL color Cylindrical-coordinate representation of color #ABD56A: hue angle of 83.55º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABD56A is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB171213106-
CMYK0.2000.500.16
HSL83.55º56.02%62.55%-
HSV(B)83.55º50.23%83.53%-
XYZ43.1957.2922.42-
YUV188.2481.59115.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 106 (41.80% from 255) = 21.63%
R=34.90%
G=43.47%
B=21.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131060.2000.500.1683.5556.0262.55
HexABD56A140321054383f
Octal25332515224062201247077
Binary10101011110101011101010101000110010100001010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD56A; }

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

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

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

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

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

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

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

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