#0EE284

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

Shades of Spring Green #0EE284

Tints of Spring Green #0EE284

Color information

#0EE284 (or 0x0EE284) is unknown color: approx Spring Green. HEX triplet: 0E, E2 and 84. RGB value is (14,226,132). Sum of RGB (Red+Green+Blue) = 14+226+132=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 226 (88.67% from 255 or 60.75% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE284 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE284 is #F11D7B. Grayscale: #989898. Windows color (decimal): -15801724 or 8708622. OLE color: 8708622.

HSL color Cylindrical-coordinate representation of color #0EE284: hue angle of 153.4º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE284 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB14226132-
CMYK0.9400.420.11
HSL153.4º88.33%47.06%-
HSV(B)153.4º93.81%88.63%-
XYZ31.5456.1531.01-
YUV151.9116.7629.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.76%
GREEN value IS 226 (88.67% from 255) = 60.75%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=3.76%
G=60.75%
B=35.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142261320.9400.420.11153.488.3347.06
HexEE2845E02AB99582f
Octal163422041360521323113057
Binary11101110001010000100101111001010101011100110011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,226,132); }

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

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

 a { background-color: rgb(14,226,132); }

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

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

 span { border-color: rgb(14,226,132); }

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