#A0F49E

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

Shades of Pale Green #A0F49E

Tints of Pale Green #A0F49E

Color information

#A0F49E (or 0xA0F49E) is unknown color: approx Pale Green. HEX triplet: A0, F4 and 9E. RGB value is (160,244,158). Sum of RGB (Red+Green+Blue) = 160+244+158=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F49E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F49E is #5F0B61. Grayscale: #D1D1D1. Windows color (decimal): -6228834 or 10417312. OLE color: 10417312.

HSL color Cylindrical-coordinate representation of color #A0F49E: hue angle of 118.6º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F49E is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB160244158-
CMYK0.3400.350.04
HSL118.6º79.63%78.82%-
HSV(B)118.6º35.25%95.69%-
XYZ53.0274.6443.96-
YUV209.0899.1792.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.47%
GREEN value IS 244 (95.70% from 255) = 43.42%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=28.47%
G=43.42%
B=28.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602441580.3400.350.04118.679.6378.82
HexA0F49E22023477504f
Octal240364236420434167120117
Binary1010000011110100100111101000100100011100111011110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F49E; }

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

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

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

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

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

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

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

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