#A0F996

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

Shades of Pale Green #A0F996

Tints of Pale Green #A0F996

Color information

#A0F996 (or 0xA0F996) is unknown color: approx Pale Green. HEX triplet: A0, F9 and 96. RGB value is (160,249,150). Sum of RGB (Red+Green+Blue) = 160+249+150=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F996 is #5F0669. Grayscale: #D3D3D3. Windows color (decimal): -6227562 or 9894304. OLE color: 9894304.

HSL color Cylindrical-coordinate representation of color #A0F996: hue angle of 113.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0F996 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB160249150-
CMYK0.3600.400.02
HSL113.94º89.19%78.24%-
HSV(B)113.94º39.76%97.65%-
XYZ53.8877.4340.96-
YUV211.193.5191.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=28.62%
G=44.54%
B=26.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602491500.3600.400.02113.9489.1978.24
HexA0F99624028272594e
Octal240371226440502162131116
Binary101000001111100110010110100100010100010111001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F996; }

 p { color: rgb(160,249,150); }

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

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

 a { background-color: rgb(160,249,150); }

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

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

 span { border-color: rgb(160,249,150); }

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