Html Css Color HEX #0EFFAF Medium Spring Green

📋 copy color: '#0EFFAF'

red 14 ◦ green 255 ◦ blue 175

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

Shades of Medium Spring Green #0EFFAF

Tints of Medium Spring Green #0EFFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 3.15%
G = 57.43%
B = 39.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#0EFFAF (or 0x0EFFAF) is known color: Medium Spring Green. HEX triplet: 0E, FF and AF. RGB value is (14,255,175). Sum of RGB (Red+Green+Blue) = 14+255+175=444 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFFAF is #F10050. Grayscale: #ADADAD. Windows color (decimal): -15794257 or 11534094. OLE color: 11534094.

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

Color convert

RGB 14 255 175 -
CMYK 0.95 0 0.31 0
HSL 160.08º 1% 0.53% -
HSV(B) 160.08º 0.95% 1% -
XYZ 43.68 74.71 52.68 -
YUV 173.82 128.66 14 -
System Red Green Blue C M Y K H S L
Decimal 14 255 175 0.95 0 0.31 0 160.08 1 0.53
Hex E FF AF 5F 0 1F 0 A0 64 35
Octal 16 377 257 137 0 37 0 240 144 65
Binary 1110 11111111 10101111 1011111 0 11111 0 10100000 1100100 110101

Color Harmonies of #0EFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFAF

Black with #0EFFAF

Text Example


Text Example

White with #0EFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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