#0fff8e

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

Shades of Medium Spring Green #0FFF8E

Tints of Medium Spring Green #0FFF8E

Color information

#0FFF8E (or 0x0FFF8E) is unknown color: approx Medium Spring Green. HEX triplet: 0F, FF and 8E. RGB value is (15,255,142). Sum of RGB (Red+Green+Blue) = 15+255+142=412 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.64% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFF8E is #F00071. Grayscale: #AAAAAA. Windows color (decimal): -15728754 or 9371407. OLE color: 9371407.

HSL color Cylindrical-coordinate representation of color #0FFF8E: hue angle of 151.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF8E is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB15255142-
CMYK0.9400.440
HSL151.75º100%52.94%-
HSV(B)151.75º94.12%100%-
XYZ40.8473.5737.64-
YUV170.36111.9917.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.64%
GREEN value IS 255 (100% from 255) = 61.89%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=3.64%
G=61.89%
B=34.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152551420.9400.440151.7510052.94
HexFFF8E5E02C0986435
Octal17377216136054023014465
Binary11111111111110001110101111001011000100110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fff8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,255,142); }

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

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

 a { background-color: rgb(15,255,142); }

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

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

 span { border-color: rgb(15,255,142); }

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