Html Css Color HEX #0EF109 Free Speech Green

📋 copy color: '#0EF109'

red 14 ◦ green 241 ◦ blue 9

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

Shades of Free Speech Green #0EF109

Tints of Free Speech Green #0EF109

RGB

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

 GREEN value IS 241 (94.53% from 255) = 91.29%

 BLUE value IS 9 (3.91% from 255) = 3.41%

R = 5.3%
G = 91.29%
B = 3.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#0EF109 (or 0x0EF109) is known color: Free Speech Green. HEX triplet: 0E, F1 and 09. RGB value is (14,241,9). Sum of RGB (Red+Green+Blue) = 14+241+9=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 241 (94.53% from 255 or 91.29% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF109 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF109 is #F10EF6. Grayscale: #939393. Windows color (decimal): -15798007 or 651534. OLE color: 651534.

HSL color Cylindrical-coordinate representation of color #0EF109: hue angle of 118.71º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EF109 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 14 241 9 -
CMYK 0.94 0 0.96 0.05
HSL 118.71º 0.93% 0.49% -
HSV(B) 118.71º 0.96% 0.95% -
XYZ 31.69 63.02 10.75 -
YUV 146.68 50.29 33.36 -
System Red Green Blue C M Y K H S L
Decimal 14 241 9 0.94 0 0.96 0.05 118.71 0.93 0.49
Hex E F1 9 5E 0 60 5 77 5D 31
Octal 16 361 11 136 0 140 5 167 135 61
Binary 1110 11110001 1001 1011110 0 1100000 101 1110111 1011101 110001

Color Harmonies of #0EF109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF109

Black with #0EF109

Text Example


Text Example

White with #0EF109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,241,9); }

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

background-color css

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

 a { background-color: rgb(14,241,9); }

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

border-color css

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

 span { border-color: rgb(14,241,9); }

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