#0FE49C

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

Shades of Medium Spring Green #0FE49C

Tints of Medium Spring Green #0FE49C

Color information

#0FE49C (or 0x0FE49C) is unknown color: approx Medium Spring Green. HEX triplet: 0F, E4 and 9C. RGB value is (15,228,156). Sum of RGB (Red+Green+Blue) = 15+228+156=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE49C is #F01B63. Grayscale: #9C9C9C. Windows color (decimal): -15735652 or 10281999. OLE color: 10281999.

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

Color convert

RGB15228156-
CMYK0.9300.320.11
HSL159.72º87.65%47.65%-
HSV(B)159.72º93.42%89.41%-
XYZ33.9457.9940.86-
YUV156.1127.9327.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.76%
GREEN value IS 228 (89.45% from 255) = 57.14%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=3.76%
G=57.14%
B=39.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152281560.9300.320.11159.7287.6547.65
HexFE49C5D020Ba05830
Octal173442341350401324013060
Binary11111110010010011100101110101000001011101000001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,228,156); }

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

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

 a { background-color: rgb(15,228,156); }

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

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

 span { border-color: rgb(15,228,156); }

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