Html Css Color HEX #0EFFAA Medium Spring Green

📋 copy color: '#0EFFAA'

red 14 ◦ green 255 ◦ blue 170

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

Shades of Medium Spring Green #0EFFAA

Tints of Medium Spring Green #0EFFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 3.19%
G = 58.09%
B = 38.72%

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

#0EFFAA (or 0x0EFFAA) is known color: Medium Spring Green. HEX triplet: 0E, FF and AA. RGB value is (14,255,170). Sum of RGB (Red+Green+Blue) = 14+255+170=439 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.19% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFFAA is #F10055. Grayscale: #ADADAD. Windows color (decimal): -15794262 or 11206414. OLE color: 11206414.

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

Color convert

RGB 14 255 170 -
CMYK 0.95 0 0.33 0
HSL 158.84º 1% 0.53% -
HSV(B) 158.84º 0.95% 1% -
XYZ 43.2 74.52 50.14 -
YUV 173.25 126.16 14.41 -
System Red Green Blue C M Y K H S L
Decimal 14 255 170 0.95 0 0.33 0 158.84 1 0.53
Hex E FF AA 5F 0 21 0 9F 64 35
Octal 16 377 252 137 0 41 0 237 144 65
Binary 1110 11111111 10101010 1011111 0 100001 0 10011111 1100100 110101

Color Harmonies of #0EFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFAA

Black with #0EFFAA

Text Example


Text Example

White with #0EFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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