Html Css Color HEX #ACD0A5 Zanah

📋 copy color: '#ACD0A5'

red 172 ◦ green 208 ◦ blue 165

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

Shades of Zanah #ACD0A5

Tints of Zanah #ACD0A5

RGB

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

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

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

R = 31.56%
G = 38.17%
B = 30.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#ACD0A5 (or 0xACD0A5) is known color: Zanah. HEX triplet: AC, D0 and A5. RGB value is (172,208,165). Sum of RGB (Red+Green+Blue) = 172+208+165=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0A5 is #532F5A. Grayscale: #C0C0C0. Windows color (decimal): -5451611 or 10866860. OLE color: 10866860.

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

Color convert

RGB 172 208 165 -
CMYK 0.17 0 0.21 0.18
HSL 110.23º 0.31% 0.73% -
HSV(B) 110.23º 0.21% 0.82% -
XYZ 46.36 56.6 44.08 -
YUV 192.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 172 208 165 0.17 0 0.21 0.18 110.23 0.31 0.73
Hex AC D0 A5 11 0 15 12 6E 1F 49
Octal 254 320 245 21 0 25 22 156 37 111
Binary 10101100 11010000 10100101 10001 0 10101 10010 1101110 11111 1001001

Color Harmonies of #ACD0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0A5

Black with #ACD0A5

Text Example


Text Example

White with #ACD0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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