Html Css Color HEX #ACCDA9 Zanah

📋 copy color: '#ACCDA9'

red 172 ◦ green 205 ◦ blue 169

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

Shades of Zanah #ACCDA9

Tints of Zanah #ACCDA9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.55%

 BLUE value IS 169 (66.41% from 255) = 30.95%

R = 31.5%
G = 37.55%
B = 30.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#ACCDA9 (or 0xACCDA9) is known color: Zanah. HEX triplet: AC, CD and A9. RGB value is (172,205,169). Sum of RGB (Red+Green+Blue) = 172+205+169=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDA9 is #533256. Grayscale: #BFBFBF. Windows color (decimal): -5452375 or 11128236. OLE color: 11128236.

HSL color Cylindrical-coordinate representation of color #ACCDA9: hue angle of 115º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCDA9 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 169 -
CMYK 0.16 0 0.18 0.20
HSL 115º 0.26% 0.73% -
HSV(B) 115º 0.18% 0.8% -
XYZ 46.01 55.3 45.78 -
YUV 191.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 172 205 169 0.16 0 0.18 0.20 115 0.26 0.73
Hex AC CD A9 10 0 12 14 73 1A 49
Octal 254 315 251 20 0 22 24 163 32 111
Binary 10101100 11001101 10101001 10000 0 10010 10100 1110011 11010 1001001

Color Harmonies of #ACCDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDA9

Black with #ACCDA9

Text Example


Text Example

White with #ACCDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDA9; }

 p { color: rgb(172,205,169); }

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

background-color css

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

 a { background-color: rgb(172,205,169); }

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

border-color css

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

 span { border-color: rgb(172,205,169); }

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