#ABD966

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

Shades of Conifer #ABD966

Tints of Conifer #ABD966

Color information

#ABD966 (or 0xABD966) is unknown color: approx Conifer. HEX triplet: AB, D9 and 66. RGB value is (171,217,102). Sum of RGB (Red+Green+Blue) = 171+217+102=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD966 is #542699. Grayscale: #BEBEBE. Windows color (decimal): -5514906 or 6740395. OLE color: 6740395.

HSL color Cylindrical-coordinate representation of color #ABD966: hue angle of 84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABD966 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB171217102-
CMYK0.2100.530.15
HSL84º60.21%62.55%-
HSV(B)84º53%85.1%-
XYZ44.0159.2421.69-
YUV190.1478.26114.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=34.90%
G=44.29%
B=20.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712171020.2100.530.158460.2162.55
HexABD96615035F543c3f
Octal25333114625065171247477
Binary1010101111011001110011010101011010111111010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD966; }

 p { color: rgb(171,217,102); }

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

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

 a { background-color: rgb(171,217,102); }

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

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

 span { border-color: rgb(171,217,102); }

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