#0FEFB0

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

Shades of Medium Spring Green #0FEFB0

Tints of Medium Spring Green #0FEFB0

Color information

#0FEFB0 (or 0x0FEFB0) is unknown color: approx Medium Spring Green. HEX triplet: 0F, EF and B0. RGB value is (15,239,176). Sum of RGB (Red+Green+Blue) = 15+239+176=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEFB0 is #F0104F. Grayscale: #A4A4A4. Windows color (decimal): -15732816 or 11595535. OLE color: 11595535.

HSL color Cylindrical-coordinate representation of color #0FEFB0: hue angle of 163.12º 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 #0FEFB0 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB15239176-
CMYK0.9400.260.06
HSL163.12º88.19%49.8%-
HSV(B)163.12º93.72%93.73%-
XYZ38.964.9751.56-
YUV164.84134.2921.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.49%
GREEN value IS 239 (93.75% from 255) = 55.58%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=3.49%
G=55.58%
B=40.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152391760.9400.260.06163.1288.1949.8
HexFEFB05E01A6a35832
Octal17357260136032624313062
Binary111111101111101100001011110011010110101000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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