#ADCFA9

Color #ADCFA9 Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ADCFA9

Tints of Zanah #ADCFA9

Color information

#ADCFA9 (or 0xADCFA9) is unknown color: approx Zanah. HEX triplet: AD, CF and A9. RGB value is (173,207,169). Sum of RGB (Red+Green+Blue) = 173+207+169=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFA9 is #523056. Grayscale: #C0C0C0. Windows color (decimal): -5386327 or 11128749. OLE color: 11128749.

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

Color convert

RGB173207169-
CMYK0.1600.180.19
HSL113.68º28.36%73.73%-
HSV(B)113.68º18.36%81.18%-
XYZ46.7156.3745.96-
YUV192.5114.74114.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 169 (66.41% from 255) = 30.78%
R=31.51%
G=37.70%
B=30.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071690.1600.180.19113.6828.3673.73
HexADCFA91001213721c4a
Octal255317251200222316234112
Binary10101101110011111010100110000010010100111110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFA9; }

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

 H1.HeaderClassName
 {
   color: #ADCFA9;
 }
 .AnyTagClassName
 {
   color: #ADCFA9;
 }
</style>
background-color css

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

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

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

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

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

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