#ABD561

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

Shades of Conifer #ABD561

Tints of Conifer #ABD561

Color information

#ABD561 (or 0xABD561) is unknown color: approx Conifer. HEX triplet: AB, D5 and 61. RGB value is (171,213,97). Sum of RGB (Red+Green+Blue) = 171+213+97=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD561 is #542A9E. Grayscale: #BBBBBB. Windows color (decimal): -5515935 or 6411691. OLE color: 6411691.

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

Color convert

RGB17121397-
CMYK0.2000.540.16
HSL81.72º58%60.78%-
HSV(B)81.72º54.46%83.53%-
XYZ42.7557.1120.08-
YUV187.2277.09116.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=35.55%
G=44.28%
B=20.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171213970.2000.540.1681.725860.78
HexABD5611403610523a3d
Octal25332514124066201227275
Binary10101011110101011100001101000110110100001010010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD561; }

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

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

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

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

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

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

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

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