#A0F196

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

Shades of Pale Green #A0F196

Tints of Pale Green #A0F196

Color information

#A0F196 (or 0xA0F196) is unknown color: approx Pale Green. HEX triplet: A0, F1 and 96. RGB value is (160,241,150). Sum of RGB (Red+Green+Blue) = 160+241+150=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F196 is #5F0E69. Grayscale: #CECECE. Windows color (decimal): -6229610 or 9892256. OLE color: 9892256.

HSL color Cylindrical-coordinate representation of color #A0F196: hue angle of 113.41º degrees, saturation: 0.76, 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 #A0F196 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB160241150-
CMYK0.3400.380.05
HSL113.41º76.47%76.67%-
HSV(B)113.41º37.76%94.51%-
XYZ51.4672.5940.15-
YUV206.4196.1694.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 150 (58.98% from 255) = 27.22%
R=29.04%
G=43.74%
B=27.22%

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
Decimal1602411500.3400.380.05113.4176.4776.67
HexA0F196220265714c4d
Octal240361226420465161114115
Binary1010000011110001100101101000100100110101111000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F196; }

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

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

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

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

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

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

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

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