#A8CDA8

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

Shades of Zanah #A8CDA8

Tints of Zanah #A8CDA8

Color information

#A8CDA8 (or 0xA8CDA8) is unknown color: approx Zanah. HEX triplet: A8, CD and A8. RGB value is (168,205,168). Sum of RGB (Red+Green+Blue) = 168+205+168=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDA8 is #573257. Grayscale: #BDBDBD. Windows color (decimal): -5714520 or 11062696. OLE color: 11062696.

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

Color convert

RGB168205168-
CMYK0.1800.180.20
HSL120º27.01%73.14%-
HSV(B)120º18.05%80.39%-
XYZ45.0554.8145.25-
YUV189.72115.74112.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=31.05%
G=37.89%
B=31.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051680.1800.180.2012027.0173.14
HexA8CDA81201214781b49
Octal250315250220222417033111
Binary10101000110011011010100010010010010101001111000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDA8; }

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

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

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

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

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

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

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

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