Html Css Color HEX #0EC911 Free Speech Green

📋 copy color: '#0EC911'

red 14 ◦ green 201 ◦ blue 17

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

Shades of Free Speech Green #0EC911

Tints of Free Speech Green #0EC911

RGB

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

 GREEN value IS 201 (78.91% from 255) = 86.64%

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 6.03%
G = 86.64%
B = 7.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#0EC911 (or 0x0EC911) is known color: Free Speech Green. HEX triplet: 0E, C9 and 11. RGB value is (14,201,17). Sum of RGB (Red+Green+Blue) = 14+201+17=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 201 (78.91% from 255 or 86.64% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC911 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC911 is #F136EE. Grayscale: #7C7C7C. Windows color (decimal): -15808239 or 1165582. OLE color: 1165582.

HSL color Cylindrical-coordinate representation of color #0EC911: hue angle of 120.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC911 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 201 17 -
CMYK 0.93 0 0.92 0.21
HSL 120.96º 0.87% 0.42% -
HSV(B) 120.96º 0.93% 0.79% -
XYZ 21.17 41.91 7.5 -
YUV 124.11 67.55 49.46 -
System Red Green Blue C M Y K H S L
Decimal 14 201 17 0.93 0 0.92 0.21 120.96 0.87 0.42
Hex E C9 11 5D 0 5C 15 79 57 2A
Octal 16 311 21 135 0 134 25 171 127 52
Binary 1110 11001001 10001 1011101 0 1011100 10101 1111001 1010111 101010

Color Harmonies of #0EC911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC911

Black with #0EC911

Text Example


Text Example

White with #0EC911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,201,17); }

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

background-color css

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

 a { background-color: rgb(14,201,17); }

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

border-color css

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

 span { border-color: rgb(14,201,17); }

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