Html Css Color HEX #0EE013 Free Speech Green

📋 copy color: '#0EE013'

red 14 ◦ green 224 ◦ blue 19

#0EE013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0EE013

Tints of Free Speech Green #0EE013

RGB

 RED value IS 14 (5.86% from 255) = 5.45%

 GREEN value IS 224 (87.89% from 255) = 87.16%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 5.45%
G = 87.16%
B = 7.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#0EE013 (or 0x0EE013) is known color: Free Speech Green. HEX triplet: 0E, E0 and 13. RGB value is (14,224,19). Sum of RGB (Red+Green+Blue) = 14+224+19=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 224 (87.89% from 255 or 87.16% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE013 is #F11FEC. Grayscale: #8A8A8A. Windows color (decimal): -15802349 or 1302542. OLE color: 1302542.

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

Color convert

RGB 14 224 19 -
CMYK 0.94 0 0.92 0.12
HSL 121.43º 0.88% 0.47% -
HSV(B) 121.43º 0.94% 0.88% -
XYZ 26.95 53.45 9.51 -
YUV 137.84 60.93 39.67 -
System Red Green Blue C M Y K H S L
Decimal 14 224 19 0.94 0 0.92 0.12 121.43 0.88 0.47
Hex E E0 13 5E 0 5C C 79 58 2F
Octal 16 340 23 136 0 134 14 171 130 57
Binary 1110 11100000 10011 1011110 0 1011100 1100 1111001 1011000 101111

Color Harmonies of #0EE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE013

Black with #0EE013

Text Example


Text Example

White with #0EE013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EE013;
 }
 .AnyTagClassName
 {
   color: #0EE013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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