Html Css Color HEX #0EF06D Spring Green

📋 copy color: '#0EF06D'

red 14 ◦ green 240 ◦ blue 109

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

Shades of Spring Green #0EF06D

Tints of Spring Green #0EF06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 66.12%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 3.86%
G = 66.12%
B = 30.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#0EF06D (or 0x0EF06D) is known color: Spring Green. HEX triplet: 0E, F0 and 6D. RGB value is (14,240,109). Sum of RGB (Red+Green+Blue) = 14+240+109=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF06D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF06D is #F10F92. Grayscale: #9D9D9D. Windows color (decimal): -15798163 or 7204878. OLE color: 7204878.

HSL color Cylindrical-coordinate representation of color #0EF06D: hue angle of 145.22º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF06D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 240 109 -
CMYK 0.94 0 0.55 0.06
HSL 145.22º 0.89% 0.5% -
HSV(B) 145.22º 0.94% 0.94% -
XYZ 34.1 63.52 24.93 -
YUV 157.49 100.63 25.65 -
System Red Green Blue C M Y K H S L
Decimal 14 240 109 0.94 0 0.55 0.06 145.22 0.89 0.5
Hex E F0 6D 5E 0 37 6 91 59 32
Octal 16 360 155 136 0 67 6 221 131 62
Binary 1110 11110000 1101101 1011110 0 110111 110 10010001 1011001 110010

Color Harmonies of #0EF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF06D

Black with #0EF06D

Text Example


Text Example

White with #0EF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,240,109); }

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

background-color css

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

 a { background-color: rgb(14,240,109); }

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

border-color css

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

 span { border-color: rgb(14,240,109); }

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