Html Css Color HEX #0EFFB9 Medium Spring Green

📋 copy color: '#0EFFB9'

red 14 ◦ green 255 ◦ blue 185

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

Shades of Medium Spring Green #0EFFB9

Tints of Medium Spring Green #0EFFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 3.08%
G = 56.17%
B = 40.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#0EFFB9 (or 0x0EFFB9) is known color: Medium Spring Green. HEX triplet: 0E, FF and B9. RGB value is (14,255,185). Sum of RGB (Red+Green+Blue) = 14+255+185=454 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFB9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFB9 is #F10046. Grayscale: #AEAEAE. Windows color (decimal): -15794247 or 12189454. OLE color: 12189454.

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

Color convert

RGB 14 255 185 -
CMYK 0.95 0 0.27 0
HSL 162.57º 1% 0.53% -
HSV(B) 162.57º 0.95% 1% -
XYZ 44.7 75.12 58.04 -
YUV 174.96 133.66 13.19 -
System Red Green Blue C M Y K H S L
Decimal 14 255 185 0.95 0 0.27 0 162.57 1 0.53
Hex E FF B9 5F 0 1B 0 A3 64 35
Octal 16 377 271 137 0 33 0 243 144 65
Binary 1110 11111111 10111001 1011111 0 11011 0 10100011 1100100 110101

Color Harmonies of #0EFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFB9

Black with #0EFFB9

Text Example


Text Example

White with #0EFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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