Html Css Color HEX #ACD0AA Zanah

📋 copy color: '#ACD0AA'

red 172 ◦ green 208 ◦ blue 170

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

Shades of Zanah #ACD0AA

Tints of Zanah #ACD0AA

RGB

 RED value IS 172 (67.58% from 255) = 31.27%

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

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 31.27%
G = 37.82%
B = 30.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#ACD0AA (or 0xACD0AA) is known color: Zanah. HEX triplet: AC, D0 and AA. RGB value is (172,208,170). Sum of RGB (Red+Green+Blue) = 172+208+170=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0AA is #532F55. Grayscale: #C1C1C1. Windows color (decimal): -5451606 or 11194540. OLE color: 11194540.

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

Color convert

RGB 172 208 170 -
CMYK 0.17 0 0.18 0.18
HSL 116.84º 0.29% 0.74% -
HSV(B) 116.84º 0.18% 0.82% -
XYZ 46.82 56.78 46.52 -
YUV 192.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 172 208 170 0.17 0 0.18 0.18 116.84 0.29 0.74
Hex AC D0 AA 11 0 12 12 75 1D 4A
Octal 254 320 252 21 0 22 22 165 35 112
Binary 10101100 11010000 10101010 10001 0 10010 10010 1110101 11101 1001010

Color Harmonies of #ACD0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0AA

Black with #ACD0AA

Text Example


Text Example

White with #ACD0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0AA; }

 p { color: rgb(172,208,170); }

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

background-color css

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

 a { background-color: rgb(172,208,170); }

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

border-color css

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

 span { border-color: rgb(172,208,170); }

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