#0FFA96

Color #0FFA96 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0FFA96

Tints of Medium Spring Green #0FFA96

Color information

#0FFA96 (or 0x0FFA96) is unknown color: approx Medium Spring Green. HEX triplet: 0F, FA and 96. RGB value is (15,250,150). Sum of RGB (Red+Green+Blue) = 15+250+150=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFA96 is #F00569. Grayscale: #A8A8A8. Windows color (decimal): -15730026 or 9894415. OLE color: 9894415.

HSL color Cylindrical-coordinate representation of color #0FFA96: hue angle of 154.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA96 is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB15250150-
CMYK0.9400.40.02
HSL154.47º95.92%51.96%-
HSV(B)154.47º94%98.04%-
XYZ39.8970.6740.39-
YUV168.34117.6418.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.61%
GREEN value IS 250 (98.05% from 255) = 60.24%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=3.61%
G=60.24%
B=36.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152501500.9400.40.02154.4795.9251.96
HexFFA965E02829a6034
Octal17372226136050223214064
Binary111111111010100101101011110010100010100110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FFA96; }

 p { color: rgb(15,250,150); }

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

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

 a { background-color: rgb(15,250,150); }

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

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

 span { border-color: rgb(15,250,150); }

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