#ABD16B

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

Shades of Conifer #ABD16B

Tints of Conifer #ABD16B

Color information

#ABD16B (or 0xABD16B) is unknown color: approx Conifer. HEX triplet: AB, D1 and 6B. RGB value is (171,209,107). Sum of RGB (Red+Green+Blue) = 171+209+107=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD16B is #542E94. Grayscale: #BABABA. Windows color (decimal): -5516949 or 7066027. OLE color: 7066027.

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

Color convert

RGB171209107-
CMYK0.1800.490.18
HSL82.35º52.58%61.96%-
HSV(B)82.35º48.8%81.96%-
XYZ42.2555.3222.36-
YUV186.0183.41117.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 209 (82.03% from 255) = 42.92%
BLUE value IS 107 (42.19% from 255) = 21.97%
R=35.11%
G=42.92%
B=21.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091070.1800.490.1882.3552.5861.96
HexABD16B120311252353e
Octal25332115322061221226576
Binary10101011110100011101011100100110001100101010010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD16B; }

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

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

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

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

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

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

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

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