#0EEF6B

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

Shades of Spring Green #0EEF6B

Tints of Spring Green #0EEF6B

Color information

#0EEF6B (or 0x0EEF6B) is unknown color: approx Spring Green. HEX triplet: 0E, EF and 6B. RGB value is (14,239,107). Sum of RGB (Red+Green+Blue) = 14+239+107=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 239 (93.75% from 255 or 66.39% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEF6B is #F11094. Grayscale: #9C9C9C. Windows color (decimal): -15798421 or 7073550. OLE color: 7073550.

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

Color convert

RGB14239107-
CMYK0.9400.550.06
HSL144.8º88.93%49.61%-
HSV(B)144.8º94.14%93.73%-
XYZ33.762.8924.27-
YUV156.6899.9626.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.89%
GREEN value IS 239 (93.75% from 255) = 66.39%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=3.89%
G=66.39%
B=29.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142391070.9400.550.06144.888.9349.61
HexEEF6B5E0376915932
Octal16357153136067622113162
Binary111011101111110101110111100110111110100100011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,239,107); }

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

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

 a { background-color: rgb(14,239,107); }

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

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

 span { border-color: rgb(14,239,107); }

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