#A0F297

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

Shades of Pale Green #A0F297

Tints of Pale Green #A0F297

Color information

#A0F297 (or 0xA0F297) is unknown color: approx Pale Green. HEX triplet: A0, F2 and 97. RGB value is (160,242,151). Sum of RGB (Red+Green+Blue) = 160+242+151=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F297 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F297 is #5F0D68. Grayscale: #CFCFCF. Windows color (decimal): -6229353 or 9958048. OLE color: 9958048.

HSL color Cylindrical-coordinate representation of color #A0F297: hue angle of 114.07º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F297 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB160242151-
CMYK0.3400.380.05
HSL114.07º77.78%77.06%-
HSV(B)114.07º37.6%94.9%-
XYZ51.8473.2140.68-
YUV207.1196.3394.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=28.93%
G=43.76%
B=27.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421510.3400.380.05114.0777.7877.06
HexA0F297220265724e4d
Octal240362227420465162116115
Binary1010000011110010100101111000100100110101111001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F297; }

 p { color: rgb(160,242,151); }

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

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

 a { background-color: rgb(160,242,151); }

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

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

 span { border-color: rgb(160,242,151); }

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