Html Css Color HEX #0EFF96 Medium Spring Green

📋 copy color: '#0EFF96'

red 14 ◦ green 255 ◦ blue 150

#0EFF96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0EFF96

Tints of Medium Spring Green #0EFF96

RGB

 RED value IS 14 (5.86% from 255) = 3.34%

 GREEN value IS 255 (100% from 255) = 60.86%

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 3.34%
G = 60.86%
B = 35.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#0EFF96 (or 0x0EFF96) is known color: Medium Spring Green. HEX triplet: 0E, FF and 96. RGB value is (14,255,150). Sum of RGB (Red+Green+Blue) = 14+255+150=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFF96 is #F10069. Grayscale: #ABABAB. Windows color (decimal): -15794282 or 9895694. OLE color: 9895694.

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

Color convert

RGB 14 255 150 -
CMYK 0.95 0 0.41 0
HSL 153.86º 1% 0.53% -
HSV(B) 153.86º 0.95% 1% -
XYZ 41.45 73.82 40.92 -
YUV 170.97 116.16 16.04 -
System Red Green Blue C M Y K H S L
Decimal 14 255 150 0.95 0 0.41 0 153.86 1 0.53
Hex E FF 96 5F 0 29 0 9A 64 35
Octal 16 377 226 137 0 51 0 232 144 65
Binary 1110 11111111 10010110 1011111 0 101001 0 10011010 1100100 110101

Color Harmonies of #0EFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF96

Black with #0EFF96

Text Example


Text Example

White with #0EFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,150); }

 H1.HeaderClassName
 {
   color: #0EFF96;
 }
 .AnyTagClassName
 {
   color: #0EFF96;
 }
</style>

background-color css

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

 a { background-color: rgb(14,255,150); }

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

border-color css

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

 span { border-color: rgb(14,255,150); }

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