Html Css Color HEX #0EF66C Spring Green

📋 copy color: '#0EF66C'

red 14 ◦ green 246 ◦ blue 108

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

Shades of Spring Green #0EF66C

Tints of Spring Green #0EF66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 3.8%
G = 66.85%
B = 29.35%

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

#0EF66C (or 0x0EF66C) is known color: Spring Green. HEX triplet: 0E, F6 and 6C. RGB value is (14,246,108). Sum of RGB (Red+Green+Blue) = 14+246+108=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 246 (96.48% from 255 or 66.85% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF66C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF66C is #F10993. Grayscale: #A1A1A1. Windows color (decimal): -15796628 or 7140878. OLE color: 7140878.

HSL color Cylindrical-coordinate representation of color #0EF66C: hue angle of 144.31º 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 #0EF66C is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 14 246 108 -
CMYK 0.94 0 0.56 0.04
HSL 144.31º 0.93% 0.51% -
HSV(B) 144.31º 0.94% 0.96% -
XYZ 35.84 67.09 25.25 -
YUV 160.9 98.14 23.22 -
System Red Green Blue C M Y K H S L
Decimal 14 246 108 0.94 0 0.56 0.04 144.31 0.93 0.51
Hex E F6 6C 5E 0 38 4 90 5D 33
Octal 16 366 154 136 0 70 4 220 135 63
Binary 1110 11110110 1101100 1011110 0 111000 100 10010000 1011101 110011

Color Harmonies of #0EF66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF66C

Black with #0EF66C

Text Example


Text Example

White with #0EF66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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