#A0EE9E

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

Shades of Pale Green #A0EE9E

Tints of Pale Green #A0EE9E

Color information

#A0EE9E (or 0xA0EE9E) is unknown color: approx Pale Green. HEX triplet: A0, EE and 9E. RGB value is (160,238,158). Sum of RGB (Red+Green+Blue) = 160+238+158=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE9E is #5F1161. Grayscale: #CDCDCD. Windows color (decimal): -6230370 or 10415776. OLE color: 10415776.

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

Color convert

RGB160238158-
CMYK0.3300.340.07
HSL118.5º70.18%77.65%-
HSV(B)118.5º33.61%93.33%-
XYZ51.2471.0943.37-
YUV205.56101.1695.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.78%
GREEN value IS 238 (93.36% from 255) = 42.81%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=28.78%
G=42.81%
B=28.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602381580.3300.340.07118.570.1877.65
HexA0EE9E21022776464e
Octal240356236410427166106116
Binary1010000011101110100111101000010100010111111011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EE9E; }

 p { color: rgb(160,238,158); }

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

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

 a { background-color: rgb(160,238,158); }

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

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

 span { border-color: rgb(160,238,158); }

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