Html Css Color HEX #ADCEA8 Zanah

📋 copy color: '#ADCEA8'

red 173 ◦ green 206 ◦ blue 168

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

Shades of Zanah #ADCEA8

Tints of Zanah #ADCEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 31.63%
G = 37.66%
B = 30.71%

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

#ADCEA8 (or 0xADCEA8) is known color: Zanah. HEX triplet: AD, CE and A8. RGB value is (173,206,168). Sum of RGB (Red+Green+Blue) = 173+206+168=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA8 is #523157. Grayscale: #BFBFBF. Windows color (decimal): -5386584 or 11062957. OLE color: 11062957.

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

Color convert

RGB 173 206 168 -
CMYK 0.16 0 0.18 0.19
HSL 112.11º 0.28% 0.73% -
HSV(B) 112.11º 0.18% 0.81% -
XYZ 46.37 55.85 45.38 -
YUV 191.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 173 206 168 0.16 0 0.18 0.19 112.11 0.28 0.73
Hex AD CE A8 10 0 12 13 70 1C 49
Octal 255 316 250 20 0 22 23 160 34 111
Binary 10101101 11001110 10101000 10000 0 10010 10011 1110000 11100 1001001

Color Harmonies of #ADCEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEA8

Black with #ADCEA8

Text Example


Text Example

White with #ADCEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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