#0EF66E

Color #0EF66E Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0EF66E

Tints of Spring Green #0EF66E

Color information

#0EF66E (or 0x0EF66E) is unknown color: approx Spring Green. HEX triplet: 0E, F6 and 6E. RGB value is (14,246,110). Sum of RGB (Red+Green+Blue) = 14+246+110=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 246 (96.48% from 255 or 66.49% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF66E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF66E is #F10991. Grayscale: #A1A1A1. Windows color (decimal): -15796626 or 7271950. OLE color: 7271950.

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

Color convert

RGB14246110-
CMYK0.9400.550.04
HSL144.83º92.8%50.98%-
HSV(B)144.83º94.31%96.47%-
XYZ35.9567.1325.81-
YUV161.1399.1423.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.78%
GREEN value IS 246 (96.48% from 255) = 66.49%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=3.78%
G=66.49%
B=29.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142461100.9400.550.04144.8392.850.98
HexEF66E5E0374915d33
Octal16366156136067422113563
Binary111011110110110111010111100110111100100100011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EF66E;
 }
 .AnyTagClassName
 {
   color: #0EF66E;
 }
</style>
background-color css

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

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

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

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

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

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