Html Css Color HEX #0EFA8A Spring Green

📋 copy color: '#0EFA8A'

red 14 ◦ green 250 ◦ blue 138

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

Shades of Spring Green #0EFA8A

Tints of Spring Green #0EFA8A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.19%

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 3.48%
G = 62.19%
B = 34.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#0EFA8A (or 0x0EFA8A) is known color: Spring Green. HEX triplet: 0E, FA and 8A. RGB value is (14,250,138). Sum of RGB (Red+Green+Blue) = 14+250+138=402 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.48% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFA8A is #F10575. Grayscale: #A6A6A6. Windows color (decimal): -15795574 or 9107982. OLE color: 9107982.

HSL color Cylindrical-coordinate representation of color #0EFA8A: hue angle of 151.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFA8A is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 250 138 -
CMYK 0.94 0 0.45 0.02
HSL 151.53º 0.96% 0.52% -
HSV(B) 151.53º 0.94% 0.98% -
XYZ 38.95 70.3 35.56 -
YUV 166.67 111.81 19.11 -
System Red Green Blue C M Y K H S L
Decimal 14 250 138 0.94 0 0.45 0.02 151.53 0.96 0.52
Hex E FA 8A 5E 0 2D 2 98 60 34
Octal 16 372 212 136 0 55 2 230 140 64
Binary 1110 11111010 10001010 1011110 0 101101 10 10011000 1100000 110100

Color Harmonies of #0EFA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFA8A

Black with #0EFA8A

Text Example


Text Example

White with #0EFA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,250,138); }

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

background-color css

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

 a { background-color: rgb(14,250,138); }

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

border-color css

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

 span { border-color: rgb(14,250,138); }

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