Html Css Color HEX #0EFFAC Medium Spring Green

📋 copy color: '#0EFFAC'

red 14 ◦ green 255 ◦ blue 172

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

Shades of Medium Spring Green #0EFFAC

Tints of Medium Spring Green #0EFFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 3.17%
G = 57.82%
B = 39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#0EFFAC (or 0x0EFFAC) is known color: Medium Spring Green. HEX triplet: 0E, FF and AC. RGB value is (14,255,172). Sum of RGB (Red+Green+Blue) = 14+255+172=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFFAC is #F10053. Grayscale: #ADADAD. Windows color (decimal): -15794260 or 11337486. OLE color: 11337486.

HSL color Cylindrical-coordinate representation of color #0EFFAC: hue angle of 159.34º 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 #0EFFAC is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 172 -
CMYK 0.95 0 0.33 0
HSL 159.34º 1% 0.53% -
HSV(B) 159.34º 0.95% 1% -
XYZ 43.39 74.59 51.14 -
YUV 173.48 127.16 14.25 -
System Red Green Blue C M Y K H S L
Decimal 14 255 172 0.95 0 0.33 0 159.34 1 0.53
Hex E FF AC 5F 0 21 0 9F 64 35
Octal 16 377 254 137 0 41 0 237 144 65
Binary 1110 11111111 10101100 1011111 0 100001 0 10011111 1100100 110101

Color Harmonies of #0EFFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFAC

Black with #0EFFAC

Text Example


Text Example

White with #0EFFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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