Html Css Color HEX #0EF66D Spring Green

📋 copy color: '#0EF66D'

red 14 ◦ green 246 ◦ blue 109

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

Shades of Spring Green #0EF66D

Tints of Spring Green #0EF66D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 66.67%

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

R = 3.79%
G = 66.67%
B = 29.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#0EF66D (or 0x0EF66D) is known color: Spring Green. HEX triplet: 0E, F6 and 6D. RGB value is (14,246,109). Sum of RGB (Red+Green+Blue) = 14+246+109=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF66D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF66D is #F10992. Grayscale: #A1A1A1. Windows color (decimal): -15796627 or 7206414. OLE color: 7206414.

HSL color Cylindrical-coordinate representation of color #0EF66D: hue angle of 144.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF66D is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 14 246 109 -
CMYK 0.94 0 0.56 0.04
HSL 144.57º 0.93% 0.51% -
HSV(B) 144.57º 0.94% 0.96% -
XYZ 35.9 67.11 25.53 -
YUV 161.01 98.64 23.14 -
System Red Green Blue C M Y K H S L
Decimal 14 246 109 0.94 0 0.56 0.04 144.57 0.93 0.51
Hex E F6 6D 5E 0 38 4 91 5D 33
Octal 16 366 155 136 0 70 4 221 135 63
Binary 1110 11110110 1101101 1011110 0 111000 100 10010001 1011101 110011

Color Harmonies of #0EF66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF66D

Black with #0EF66D

Text Example


Text Example

White with #0EF66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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