Html Css Color HEX #ADCEAA Zanah

📋 copy color: '#ADCEAA'

red 173 ◦ green 206 ◦ blue 170

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

Shades of Zanah #ADCEAA

Tints of Zanah #ADCEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.97%

R = 31.51%
G = 37.52%
B = 30.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#ADCEAA (or 0xADCEAA) is known color: Zanah. HEX triplet: AD, CE and AA. RGB value is (173,206,170). Sum of RGB (Red+Green+Blue) = 173+206+170=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEAA is #523155. Grayscale: #C0C0C0. Windows color (decimal): -5386582 or 11194029. OLE color: 11194029.

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

Color convert

RGB 173 206 170 -
CMYK 0.16 0 0.17 0.19
HSL 115º 0.27% 0.74% -
HSV(B) 115º 0.17% 0.81% -
XYZ 46.56 55.93 46.37 -
YUV 192.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 173 206 170 0.16 0 0.17 0.19 115 0.27 0.74
Hex AD CE AA 10 0 11 13 73 1B 4A
Octal 255 316 252 20 0 21 23 163 33 112
Binary 10101101 11001110 10101010 10000 0 10001 10011 1110011 11011 1001010

Color Harmonies of #ADCEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEAA

Black with #ADCEAA

Text Example


Text Example

White with #ADCEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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