#A0F09E

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

Shades of Pale Green #A0F09E

Tints of Pale Green #A0F09E

Color information

#A0F09E (or 0xA0F09E) is unknown color: approx Pale Green. HEX triplet: A0, F0 and 9E. RGB value is (160,240,158). Sum of RGB (Red+Green+Blue) = 160+240+158=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F09E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F09E is #5F0F61. Grayscale: #CECECE. Windows color (decimal): -6229858 or 10416288. OLE color: 10416288.

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

Color convert

RGB160240158-
CMYK0.3300.340.06
HSL118.54º73.21%78.04%-
HSV(B)118.54º34.17%94.12%-
XYZ51.8372.2643.56-
YUV206.73100.594.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.67%
GREEN value IS 240 (94.14% from 255) = 43.01%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=28.67%
G=43.01%
B=28.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602401580.3300.340.06118.5473.2178.04
HexA0F09E21022677494e
Octal240360236410426167111116
Binary1010000011110000100111101000010100010110111011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F09E; }

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

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

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

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

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

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

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

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