#0FE68A

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

Shades of Medium Spring Green #0FE68A

Tints of Medium Spring Green #0FE68A

Color information

#0FE68A (or 0x0FE68A) is unknown color: approx Medium Spring Green. HEX triplet: 0F, E6 and 8A. RGB value is (15,230,138). Sum of RGB (Red+Green+Blue) = 15+230+138=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 230 (90.23% from 255 or 60.05% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE68A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FE68A is #F01975. Grayscale: #9B9B9B. Windows color (decimal): -15735158 or 9102863. OLE color: 9102863.

HSL color Cylindrical-coordinate representation of color #0FE68A: hue angle of 154.33º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE68A is Cyan = 0.93, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB15230138-
CMYK0.9300.40.10
HSL154.33º87.76%48.04%-
HSV(B)154.33º93.48%90.2%-
XYZ33.0858.5333.6-
YUV155.23118.2727.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.92%
GREEN value IS 230 (90.23% from 255) = 60.05%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=3.92%
G=60.05%
B=36.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152301380.9300.40.10154.3387.7648.04
HexFE68A5D028A9a5830
Octal173462121350501223213060
Binary11111110011010001010101110101010001010100110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,230,138); }

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

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

 a { background-color: rgb(15,230,138); }

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

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

 span { border-color: rgb(15,230,138); }

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