#0EE292

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

Shades of Medium Spring Green #0EE292

Tints of Medium Spring Green #0EE292

Color information

#0EE292 (or 0x0EE292) is unknown color: approx Medium Spring Green. HEX triplet: 0E, E2 and 92. RGB value is (14,226,146). Sum of RGB (Red+Green+Blue) = 14+226+146=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE292 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE292 is #F11D6D. Grayscale: #999999. Windows color (decimal): -15801710 or 9626126. OLE color: 9626126.

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

Color convert

RGB14226146-
CMYK0.9400.350.11
HSL157.36º88.33%47.06%-
HSV(B)157.36º93.81%88.63%-
XYZ32.5756.5636.4-
YUV153.49123.7628.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.63%
GREEN value IS 226 (88.67% from 255) = 58.55%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=3.63%
G=58.55%
B=37.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142261460.9400.350.11157.3688.3347.06
HexEE2925E023B9d582f
Octal163422221360431323513057
Binary11101110001010010010101111001000111011100111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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