Html Css Color HEX #0EFFB8 Medium Spring Green

📋 copy color: '#0EFFB8'

red 14 ◦ green 255 ◦ blue 184

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

Shades of Medium Spring Green #0EFFB8

Tints of Medium Spring Green #0EFFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.62%

R = 3.09%
G = 56.29%
B = 40.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#0EFFB8 (or 0x0EFFB8) is known color: Medium Spring Green. HEX triplet: 0E, FF and B8. RGB value is (14,255,184). Sum of RGB (Red+Green+Blue) = 14+255+184=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFB8 is #F10047. Grayscale: #AEAEAE. Windows color (decimal): -15794248 or 12123918. OLE color: 12123918.

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

Color convert

RGB 14 255 184 -
CMYK 0.95 0 0.28 0
HSL 162.32º 1% 0.53% -
HSV(B) 162.32º 0.95% 1% -
XYZ 44.59 75.07 57.49 -
YUV 174.85 133.16 13.27 -
System Red Green Blue C M Y K H S L
Decimal 14 255 184 0.95 0 0.28 0 162.32 1 0.53
Hex E FF B8 5F 0 1C 0 A2 64 35
Octal 16 377 270 137 0 34 0 242 144 65
Binary 1110 11111111 10111000 1011111 0 11100 0 10100010 1100100 110101

Color Harmonies of #0EFFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFB8

Black with #0EFFB8

Text Example


Text Example

White with #0EFFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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