Html Css Color HEX #0EFFA3 Medium Spring Green

📋 copy color: '#0EFFA3'

red 14 ◦ green 255 ◦ blue 163

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

Shades of Medium Spring Green #0EFFA3

Tints of Medium Spring Green #0EFFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 3.24%
G = 59.03%
B = 37.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#0EFFA3 (or 0x0EFFA3) is known color: Medium Spring Green. HEX triplet: 0E, FF and A3. RGB value is (14,255,163). Sum of RGB (Red+Green+Blue) = 14+255+163=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFFA3 is #F1005C. Grayscale: #ACACAC. Windows color (decimal): -15794269 or 10747662. OLE color: 10747662.

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

Color convert

RGB 14 255 163 -
CMYK 0.95 0 0.36 0
HSL 157.1º 1% 0.53% -
HSV(B) 157.1º 0.95% 1% -
XYZ 42.55 74.26 46.74 -
YUV 172.45 122.66 14.98 -
System Red Green Blue C M Y K H S L
Decimal 14 255 163 0.95 0 0.36 0 157.1 1 0.53
Hex E FF A3 5F 0 24 0 9D 64 35
Octal 16 377 243 137 0 44 0 235 144 65
Binary 1110 11111111 10100011 1011111 0 100100 0 10011101 1100100 110101

Color Harmonies of #0EFFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFA3

Black with #0EFFA3

Text Example


Text Example

White with #0EFFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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