Html Css Color HEX #ABD0A5 Zanah

📋 copy color: '#ABD0A5'

red 171 ◦ green 208 ◦ blue 165

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

Shades of Zanah #ABD0A5

Tints of Zanah #ABD0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.33%

R = 31.43%
G = 38.24%
B = 30.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#ABD0A5 (or 0xABD0A5) is known color: Zanah. HEX triplet: AB, D0 and A5. RGB value is (171,208,165). Sum of RGB (Red+Green+Blue) = 171+208+165=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD0A5 is #542F5A. Grayscale: #C0C0C0. Windows color (decimal): -5517147 or 10866859. OLE color: 10866859.

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

Color convert

RGB 171 208 165 -
CMYK 0.18 0 0.21 0.18
HSL 111.63º 0.31% 0.73% -
HSV(B) 111.63º 0.21% 0.82% -
XYZ 46.14 56.49 44.07 -
YUV 192.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 171 208 165 0.18 0 0.21 0.18 111.63 0.31 0.73
Hex AB D0 A5 12 0 15 12 70 1F 49
Octal 253 320 245 22 0 25 22 160 37 111
Binary 10101011 11010000 10100101 10010 0 10101 10010 1110000 11111 1001001

Color Harmonies of #ABD0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD0A5

Black with #ABD0A5

Text Example


Text Example

White with #ABD0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD0A5; }

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

 H1.HeaderClassName
 {
   color: #ABD0A5;
 }
 .AnyTagClassName
 {
   color: #ABD0A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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