#0FF18D

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

Shades of Medium Spring Green #0FF18D

Tints of Medium Spring Green #0FF18D

Color information

#0FF18D (or 0x0FF18D) is unknown color: approx Medium Spring Green. HEX triplet: 0F, F1 and 8D. RGB value is (15,241,141). Sum of RGB (Red+Green+Blue) = 15+241+141=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF18D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF18D is #F00E72. Grayscale: #A2A2A2. Windows color (decimal): -15732339 or 9302287. OLE color: 9302287.

HSL color Cylindrical-coordinate representation of color #0FF18D: hue angle of 153.45º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF18D is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB15241141-
CMYK0.9400.410.05
HSL153.45º88.98%50.2%-
HSV(B)153.45º93.78%94.51%-
XYZ36.4664.9435.81-
YUV162.03116.1323.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.78%
GREEN value IS 241 (94.53% from 255) = 60.71%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=3.78%
G=60.71%
B=35.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152411410.9400.410.05153.4588.9850.2
HexFF18D5E0295995932
Octal17361215136051523113162
Binary1111111100011000110110111100101001101100110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,241,141); }

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

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

 a { background-color: rgb(15,241,141); }

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

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

 span { border-color: rgb(15,241,141); }

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