#0EEF92

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

Shades of Medium Spring Green #0EEF92

Tints of Medium Spring Green #0EEF92

Color information

#0EEF92 (or 0x0EEF92) is unknown color: approx Medium Spring Green. HEX triplet: 0E, EF and 92. RGB value is (14,239,146). Sum of RGB (Red+Green+Blue) = 14+239+146=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 239 (93.75% from 255 or 59.90% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EEF92 is #F1106D. Grayscale: #A1A1A1. Windows color (decimal): -15798382 or 9629454. OLE color: 9629454.

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

Color convert

RGB14239146-
CMYK0.9400.390.06
HSL155.2º88.93%49.61%-
HSV(B)155.2º94.14%93.73%-
XYZ36.2463.937.62-
YUV161.12119.4623.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.51%
GREEN value IS 239 (93.75% from 255) = 59.90%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=3.51%
G=59.90%
B=36.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142391460.9400.390.06155.288.9349.61
HexEEF925E02769b5932
Octal16357222136047623313162
Binary1110111011111001001010111100100111110100110111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,239,146); }

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

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

 a { background-color: rgb(14,239,146); }

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

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

 span { border-color: rgb(14,239,146); }

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