#ABD76A

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

Shades of Conifer #ABD76A

Tints of Conifer #ABD76A

Color information

#ABD76A (or 0xABD76A) is unknown color: approx Conifer. HEX triplet: AB, D7 and 6A. RGB value is (171,215,106). Sum of RGB (Red+Green+Blue) = 171+215+106=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD76A is #542895. Grayscale: #BDBDBD. Windows color (decimal): -5515414 or 7002027. OLE color: 7002027.

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

Color convert

RGB171215106-
CMYK0.2000.510.16
HSL84.22º57.67%62.94%-
HSV(B)84.22º50.7%84.31%-
XYZ43.758.322.59-
YUV189.4280.92114.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 215 (84.38% from 255) = 43.70%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=34.76%
G=43.70%
B=21.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712151060.2000.510.1684.2257.6762.94
HexABD76A1403310543a3f
Octal25332715224063201247277
Binary10101011110101111101010101000110011100001010100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD76A; }

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

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

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

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

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

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

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

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