Html Css Color HEX #ADCEA9 Zanah

📋 copy color: '#ADCEA9'

red 173 ◦ green 206 ◦ blue 169

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

Shades of Zanah #ADCEA9

Tints of Zanah #ADCEA9

RGB

 RED value IS 173 (67.97% from 255) = 31.57%

 GREEN value IS 206 (80.86% from 255) = 37.59%

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

R = 31.57%
G = 37.59%
B = 30.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#ADCEA9 (or 0xADCEA9) is known color: Zanah. HEX triplet: AD, CE and A9. RGB value is (173,206,169). Sum of RGB (Red+Green+Blue) = 173+206+169=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA9 is #523156. Grayscale: #C0C0C0. Windows color (decimal): -5386583 or 11128493. OLE color: 11128493.

HSL color Cylindrical-coordinate representation of color #ADCEA9: hue angle of 113.51º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCEA9 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 169 -
CMYK 0.16 0 0.18 0.19
HSL 113.51º 0.27% 0.74% -
HSV(B) 113.51º 0.18% 0.81% -
XYZ 46.47 55.89 45.88 -
YUV 191.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 173 206 169 0.16 0 0.18 0.19 113.51 0.27 0.74
Hex AD CE A9 10 0 12 13 72 1B 4A
Octal 255 316 251 20 0 22 23 162 33 112
Binary 10101101 11001110 10101001 10000 0 10010 10011 1110010 11011 1001010

Color Harmonies of #ADCEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEA9

Black with #ADCEA9

Text Example


Text Example

White with #ADCEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEA9; }

 p { color: rgb(173,206,169); }

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

background-color css

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

 a { background-color: rgb(173,206,169); }

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

border-color css

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

 span { border-color: rgb(173,206,169); }

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