#0EFB70

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

Shades of Spring Green #0EFB70

Tints of Spring Green #0EFB70

Color information

#0EFB70 (or 0x0EFB70) is unknown color: approx Spring Green. HEX triplet: 0E, FB and 70. RGB value is (14,251,112). Sum of RGB (Red+Green+Blue) = 14+251+112=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFB70 is #F1048F. Grayscale: #A4A4A4. Windows color (decimal): -15795344 or 7404302. OLE color: 7404302.

HSL color Cylindrical-coordinate representation of color #0EFB70: hue angle of 144.81º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFB70 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB14251112-
CMYK0.9400.550.02
HSL144.81º96.73%51.96%-
HSV(B)144.81º94.42%98.43%-
XYZ37.670.2626.91-
YUV164.2998.4820.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.71%
GREEN value IS 251 (98.44% from 255) = 66.58%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=3.71%
G=66.58%
B=29.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142511120.9400.550.02144.8196.7351.96
HexEFB705E0372916134
Octal16373160136067222114164
Binary11101111101111100001011110011011110100100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EFB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,251,112); }

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

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

 a { background-color: rgb(14,251,112); }

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

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

 span { border-color: rgb(14,251,112); }

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