Html Css Color HEX #ACD0AB Zanah

📋 copy color: '#ACD0AB'

red 172 ◦ green 208 ◦ blue 171

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

Shades of Zanah #ACD0AB

Tints of Zanah #ACD0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.03%

R = 31.22%
G = 37.75%
B = 31.03%

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

#ACD0AB (or 0xACD0AB) is known color: Zanah. HEX triplet: AC, D0 and AB. RGB value is (172,208,171). Sum of RGB (Red+Green+Blue) = 172+208+171=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0AB is #532F54. Grayscale: #C1C1C1. Windows color (decimal): -5451605 or 11260076. OLE color: 11260076.

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

Color convert

RGB 172 208 171 -
CMYK 0.17 0 0.18 0.18
HSL 118.38º 0.28% 0.74% -
HSV(B) 118.38º 0.18% 0.82% -
XYZ 46.92 56.82 47.02 -
YUV 193.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 172 208 171 0.17 0 0.18 0.18 118.38 0.28 0.74
Hex AC D0 AB 11 0 12 12 76 1C 4A
Octal 254 320 253 21 0 22 22 166 34 112
Binary 10101100 11010000 10101011 10001 0 10010 10010 1110110 11100 1001010

Color Harmonies of #ACD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0AB

Black with #ACD0AB

Text Example


Text Example

White with #ACD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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