Html Css Color HEX #0EE111 Free Speech Green

📋 copy color: '#0EE111'

red 14 ◦ green 225 ◦ blue 17

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

Shades of Free Speech Green #0EE111

Tints of Free Speech Green #0EE111

RGB

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

 GREEN value IS 225 (88.28% from 255) = 87.89%

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

R = 5.47%
G = 87.89%
B = 6.64%

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

#0EE111 (or 0x0EE111) is known color: Free Speech Green. HEX triplet: 0E, E1 and 11. RGB value is (14,225,17). Sum of RGB (Red+Green+Blue) = 14+225+17=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 225 (88.28% from 255 or 87.89% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE111 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE111 is #F11EEE. Grayscale: #8A8A8A. Windows color (decimal): -15802095 or 1171726. OLE color: 1171726.

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

Color convert

RGB 14 225 17 -
CMYK 0.94 0 0.92 0.12
HSL 120.85º 0.88% 0.47% -
HSV(B) 120.85º 0.94% 0.88% -
XYZ 27.21 53.98 9.52 -
YUV 138.2 59.6 39.41 -
System Red Green Blue C M Y K H S L
Decimal 14 225 17 0.94 0 0.92 0.12 120.85 0.88 0.47
Hex E E1 11 5E 0 5C C 79 58 2F
Octal 16 341 21 136 0 134 14 171 130 57
Binary 1110 11100001 10001 1011110 0 1011100 1100 1111001 1011000 101111

Color Harmonies of #0EE111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE111

Black with #0EE111

Text Example


Text Example

White with #0EE111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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