Html Css Color HEX #ACD0AD Zanah

📋 copy color: '#ACD0AD'

red 172 ◦ green 208 ◦ blue 173

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

Shades of Zanah #ACD0AD

Tints of Zanah #ACD0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.28%

R = 31.1%
G = 37.61%
B = 31.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#ACD0AD (or 0xACD0AD) is known color: Zanah. HEX triplet: AC, D0 and AD. RGB value is (172,208,173). Sum of RGB (Red+Green+Blue) = 172+208+173=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0AD is #532F52. Grayscale: #C1C1C1. Windows color (decimal): -5451603 or 11391148. OLE color: 11391148.

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

Color convert

RGB 172 208 173 -
CMYK 0.17 0 0.17 0.18
HSL 121.67º 0.28% 0.75% -
HSV(B) 121.67º 0.17% 0.82% -
XYZ 47.11 56.9 48.03 -
YUV 193.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 172 208 173 0.17 0 0.17 0.18 121.67 0.28 0.75
Hex AC D0 AD 11 0 11 12 7A 1C 4B
Octal 254 320 255 21 0 21 22 172 34 113
Binary 10101100 11010000 10101101 10001 0 10001 10010 1111010 11100 1001011

Color Harmonies of #ACD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0AD

Black with #ACD0AD

Text Example


Text Example

White with #ACD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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