#ABD0A7

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

Shades of Zanah #ABD0A7

Tints of Zanah #ABD0A7

Color information

#ABD0A7 (or 0xABD0A7) is unknown color: approx Zanah. HEX triplet: AB, D0 and A7. RGB value is (171,208,167). Sum of RGB (Red+Green+Blue) = 171+208+167=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD0A7 is #542F58. Grayscale: #C0C0C0. Windows color (decimal): -5517145 or 10997931. OLE color: 10997931.

HSL color Cylindrical-coordinate representation of color #ABD0A7: hue angle of 114.15º degrees, saturation: 0.3, 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 #ABD0A7 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB171208167-
CMYK0.1800.200.18
HSL114.15º30.37%73.53%-
HSV(B)114.15º19.71%81.57%-
XYZ46.3356.5645.03-
YUV192.26113.74112.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=31.32%
G=38.10%
B=30.59%

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
Decimal1712081670.1800.200.18114.1530.3773.53
HexABD0A71201412721e4a
Octal253320247220242216236112
Binary10101011110100001010011110010010100100101110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0A7; }

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

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

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

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

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

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

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

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