#A0ED9C

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

Shades of Pale Green #A0ED9C

Tints of Pale Green #A0ED9C

Color information

#A0ED9C (or 0xA0ED9C) is unknown color: approx Pale Green. HEX triplet: A0, ED and 9C. RGB value is (160,237,156). Sum of RGB (Red+Green+Blue) = 160+237+156=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ED9C is #5F1263. Grayscale: #CCCCCC. Windows color (decimal): -6230628 or 10284448. OLE color: 10284448.

HSL color Cylindrical-coordinate representation of color #A0ED9C: hue angle of 117.04º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0ED9C is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB160237156-
CMYK0.3200.340.07
HSL117.04º69.23%77.06%-
HSV(B)117.04º34.18%92.94%-
XYZ50.7870.4442.37-
YUV204.74100.4996.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=28.93%
G=42.86%
B=28.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602371560.3200.340.07117.0469.2377.06
HexA0ED9C20022775454d
Octal240355234400427165105115
Binary1010000011101101100111001000000100010111111010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ED9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ED9C; }

 p { color: rgb(160,237,156); }

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

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

 a { background-color: rgb(160,237,156); }

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

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

 span { border-color: rgb(160,237,156); }

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