#ABD861

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

Shades of Conifer #ABD861

Tints of Conifer #ABD861

Color information

#ABD861 (or 0xABD861) is unknown color: approx Conifer. HEX triplet: AB, D8 and 61. RGB value is (171,216,97). Sum of RGB (Red+Green+Blue) = 171+216+97=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD861 is #54279E. Grayscale: #BDBDBD. Windows color (decimal): -5515167 or 6412459. OLE color: 6412459.

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

Color convert

RGB17121697-
CMYK0.2100.550.15
HSL82.69º60.41%61.37%-
HSV(B)82.69º55.09%84.71%-
XYZ43.5158.6320.33-
YUV188.9876.09115.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 97 (38.28% from 255) = 20.04%
R=35.33%
G=44.63%
B=20.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171216970.2100.550.1582.6960.4161.37
HexABD86115037F533c3d
Octal25333014125067171237475
Binary1010101111011000110000110101011011111111010011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD861; }

 p { color: rgb(171,216,97); }

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

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

 a { background-color: rgb(171,216,97); }

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

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

 span { border-color: rgb(171,216,97); }

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