#ABD1A7

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

Shades of Zanah #ABD1A7

Tints of Zanah #ABD1A7

Color information

#ABD1A7 (or 0xABD1A7) is unknown color: approx Zanah. HEX triplet: AB, D1 and A7. RGB value is (171,209,167). Sum of RGB (Red+Green+Blue) = 171+209+167=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD1A7 is #542E58. Grayscale: #C0C0C0. Windows color (decimal): -5516889 or 10998187. OLE color: 10998187.

HSL color Cylindrical-coordinate representation of color #ABD1A7: hue angle of 114.29º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD1A7 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB171209167-
CMYK0.1800.200.18
HSL114.29º31.34%73.73%-
HSV(B)114.29º20.1%81.96%-
XYZ46.5757.0545.12-
YUV192.85113.41112.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=31.26%
G=38.21%
B=30.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091670.1800.200.18114.2931.3473.73
HexABD1A71201412721f4a
Octal253321247220242216237112
Binary10101011110100011010011110010010100100101110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1A7; }

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

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

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

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

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

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

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

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