Html Css Color HEX #ABD0A7 Zanah

📋 copy color: '#ABD0A7'

red 171 ◦ green 208 ◦ blue 167

#ABD0A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ABD0A7

Tints of Zanah #ABD0A7

RGB

 RED value IS 171 (67.19% from 255) = 31.32%

 GREEN value IS 208 (81.64% from 255) = 38.1%

 BLUE value IS 167 (65.63% from 255) = 30.59%

R = 31.32%
G = 38.1%
B = 30.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#ABD0A7 (or 0xABD0A7) is known color: 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

RGB 171 208 167 -
CMYK 0.18 0 0.20 0.18
HSL 114.15º 0.3% 0.74% -
HSV(B) 114.15º 0.2% 0.82% -
XYZ 46.33 56.56 45.03 -
YUV 192.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 171 208 167 0.18 0 0.20 0.18 114.15 0.3 0.74
Hex AB D0 A7 12 0 14 12 72 1E 4A
Octal 253 320 247 22 0 24 22 162 36 112
Binary 10101011 11010000 10100111 10010 0 10100 10010 1110010 11110 1001010

Color Harmonies of #ABD0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD0A7

Black with #ABD0A7

Text Example


Text Example

White with #ABD0A7

Text Example


Text Example

HTML Codes & Css Web 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>