Html Css Color HEX #0EFEA2 Medium Spring Green

📋 copy color: '#0EFEA2'

red 14 ◦ green 254 ◦ blue 162

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

Shades of Medium Spring Green #0EFEA2

Tints of Medium Spring Green #0EFEA2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.07%

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 3.26%
G = 59.07%
B = 37.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#0EFEA2 (or 0x0EFEA2) is known color: Medium Spring Green. HEX triplet: 0E, FE and A2. RGB value is (14,254,162). Sum of RGB (Red+Green+Blue) = 14+254+162=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFEA2 is #F1015D. Grayscale: #ABABAB. Windows color (decimal): -15794526 or 10681870. OLE color: 10681870.

HSL color Cylindrical-coordinate representation of color #0EFEA2: hue angle of 157º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFEA2 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 254 162 -
CMYK 0.94 0 0.36 0.00
HSL 157º 0.99% 0.53% -
HSV(B) 157º 0.94% 1% -
XYZ 42.14 73.59 46.16 -
YUV 171.75 122.49 15.48 -
System Red Green Blue C M Y K H S L
Decimal 14 254 162 0.94 0 0.36 0.00 157 0.99 0.53
Hex E FE A2 5E 0 24 0 9D 63 35
Octal 16 376 242 136 0 44 0 235 143 65
Binary 1110 11111110 10100010 1011110 0 100100 0 10011101 1100011 110101

Color Harmonies of #0EFEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFEA2

Black with #0EFEA2

Text Example


Text Example

White with #0EFEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,254,162); }

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

background-color css

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

 a { background-color: rgb(14,254,162); }

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

border-color css

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

 span { border-color: rgb(14,254,162); }

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