Html Css Color HEX #ADCDA8 Zanah

📋 copy color: '#ADCDA8'

red 173 ◦ green 205 ◦ blue 168

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

Shades of Zanah #ADCDA8

Tints of Zanah #ADCDA8

RGB

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

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

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

R = 31.68%
G = 37.55%
B = 30.77%

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

#ADCDA8 (or 0xADCDA8) is known color: Zanah. HEX triplet: AD, CD and A8. RGB value is (173,205,168). Sum of RGB (Red+Green+Blue) = 173+205+168=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDA8 is #523257. Grayscale: #BFBFBF. Windows color (decimal): -5386840 or 11062701. OLE color: 11062701.

HSL color Cylindrical-coordinate representation of color #ADCDA8: hue angle of 111.89º degrees, saturation: 0.27, 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 #ADCDA8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 168 -
CMYK 0.16 0 0.18 0.20
HSL 111.89º 0.27% 0.73% -
HSV(B) 111.89º 0.18% 0.8% -
XYZ 46.13 55.37 45.3 -
YUV 191.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 173 205 168 0.16 0 0.18 0.20 111.89 0.27 0.73
Hex AD CD A8 10 0 12 14 70 1B 49
Octal 255 315 250 20 0 22 24 160 33 111
Binary 10101101 11001101 10101000 10000 0 10010 10100 1110000 11011 1001001

Color Harmonies of #ADCDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDA8

Black with #ADCDA8

Text Example


Text Example

White with #ADCDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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