#ADD0A7

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

Shades of Zanah #ADD0A7

Tints of Zanah #ADD0A7

Color information

#ADD0A7 (or 0xADD0A7) is unknown color: approx Zanah. HEX triplet: AD, D0 and A7. RGB value is (173,208,167). Sum of RGB (Red+Green+Blue) = 173+208+167=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0A7 is #522F58. Grayscale: #C0C0C0. Windows color (decimal): -5386073 or 10997933. OLE color: 10997933.

HSL color Cylindrical-coordinate representation of color #ADD0A7: hue angle of 111.22º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD0A7 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB173208167-
CMYK0.1700.200.18
HSL111.22º30.37%73.53%-
HSV(B)111.22º19.71%81.57%-
XYZ46.7656.7945.06-
YUV192.86113.4113.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 208 (81.64% from 255) = 37.96%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=31.57%
G=37.96%
B=30.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081670.1700.200.18111.2230.3773.53
HexADD0A711014126f1e4a
Octal255320247210242215736112
Binary10101101110100001010011110001010100100101101111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0A7; }

 p { color: rgb(173,208,167); }

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

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

 a { background-color: rgb(173,208,167); }

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

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

 span { border-color: rgb(173,208,167); }

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