#0FEFA1

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

Shades of Medium Spring Green #0FEFA1

Tints of Medium Spring Green #0FEFA1

Color information

#0FEFA1 (or 0x0FEFA1) is unknown color: approx Medium Spring Green. HEX triplet: 0F, EF and A1. RGB value is (15,239,161). Sum of RGB (Red+Green+Blue) = 15+239+161=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFA1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEFA1 is #F0105E. Grayscale: #A3A3A3. Windows color (decimal): -15732831 or 10612495. OLE color: 10612495.

HSL color Cylindrical-coordinate representation of color #0FEFA1: hue angle of 159.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFA1 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB15239161-
CMYK0.9400.330.06
HSL159.11º88.19%49.8%-
HSV(B)159.11º93.72%93.73%-
XYZ37.564.4144.17-
YUV163.13126.7922.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.61%
GREEN value IS 239 (93.75% from 255) = 57.59%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=3.61%
G=57.59%
B=38.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152391610.9400.330.06159.1188.1949.8
HexFEFA15E02169f5832
Octal17357241136041623713062
Binary1111111011111010000110111100100001110100111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,239,161); }

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

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

 a { background-color: rgb(15,239,161); }

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

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

 span { border-color: rgb(15,239,161); }

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