#0EE019

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

Shades of Free Speech Green #0EE019

Tints of Free Speech Green #0EE019

Color information

#0EE019 (or 0x0EE019) is unknown color: approx Free Speech Green. HEX triplet: 0E, E0 and 19. RGB value is (14,224,25). Sum of RGB (Red+Green+Blue) = 14+224+25=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 224 (87.89% from 255 or 85.17% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE019 is #F11FE6. Grayscale: #8B8B8B. Windows color (decimal): -15802343 or 1695758. OLE color: 1695758.

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

Color convert

RGB1422425-
CMYK0.9400.890.12
HSL123.14º88.24%46.67%-
HSV(B)123.14º93.75%87.84%-
XYZ27.0153.479.82-
YUV138.5263.9339.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.32%
GREEN value IS 224 (87.89% from 255) = 85.17%
BLUE value IS 25 (10.16% from 255) = 9.51%
R=5.32%
G=85.17%
B=9.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal14224250.9400.890.12123.1488.2446.67
HexEE0195E059C7b582f
Octal163403113601311417313057
Binary11101110000011001101111001011001110011110111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,224,25); }

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

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

 a { background-color: rgb(14,224,25); }

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

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

 span { border-color: rgb(14,224,25); }

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