#0EE69B

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

Shades of Medium Spring Green #0EE69B

Tints of Medium Spring Green #0EE69B

Color information

#0EE69B (or 0x0EE69B) is unknown color: approx Medium Spring Green. HEX triplet: 0E, E6 and 9B. RGB value is (14,230,155). Sum of RGB (Red+Green+Blue) = 14+230+155=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 230 (90.23% from 255 or 57.64% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE69B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE69B is #F11964. Grayscale: #9C9C9C. Windows color (decimal): -15800677 or 10216974. OLE color: 10216974.

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

Color convert

RGB14230155-
CMYK0.9400.330.10
HSL159.17º88.52%47.84%-
HSV(B)159.17º93.91%90.2%-
XYZ34.3959.0540.6-
YUV156.87126.9426.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.51%
GREEN value IS 230 (90.23% from 255) = 57.64%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=3.51%
G=57.64%
B=38.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal142301550.9400.330.10159.1788.5247.84
HexEE69B5E021A9f5930
Octal163462331360411223713160
Binary11101110011010011011101111001000011010100111111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,230,155); }

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

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

 a { background-color: rgb(14,230,155); }

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

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

 span { border-color: rgb(14,230,155); }

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