#ABD166

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

Shades of Conifer #ABD166

Tints of Conifer #ABD166

Color information

#ABD166 (or 0xABD166) is unknown color: approx Conifer. HEX triplet: AB, D1 and 66. RGB value is (171,209,102). Sum of RGB (Red+Green+Blue) = 171+209+102=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD166 is #542E99. Grayscale: #B9B9B9. Windows color (decimal): -5516954 or 6738347. OLE color: 6738347.

HSL color Cylindrical-coordinate representation of color #ABD166: hue angle of 81.31º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABD166 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB171209102-
CMYK0.1800.510.18
HSL81.31º53.77%60.98%-
HSV(B)81.31º51.2%81.96%-
XYZ41.9955.2221.02-
YUV185.4480.91117.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 209 (82.03% from 255) = 43.36%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=35.48%
G=43.36%
B=21.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091020.1800.510.1881.3153.7760.98
HexABD166120331251363d
Octal25332114622063221216675
Binary10101011110100011100110100100110011100101010001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD166; }

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

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

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

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

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

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

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

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