Html Css Color HEX #0EE109 Free Speech Green

📋 copy color: '#0EE109'

red 14 ◦ green 225 ◦ blue 9

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

Shades of Free Speech Green #0EE109

Tints of Free Speech Green #0EE109

RGB

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

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

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

R = 5.65%
G = 90.73%
B = 3.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#0EE109 (or 0x0EE109) is known color: Free Speech Green. HEX triplet: 0E, E1 and 09. RGB value is (14,225,9). Sum of RGB (Red+Green+Blue) = 14+225+9=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 225 (88.28% from 255 or 90.73% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE109 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE109 is #F11EF6. Grayscale: #898989. Windows color (decimal): -15802103 or 647438. OLE color: 647438.

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

Color convert

RGB 14 225 9 -
CMYK 0.94 0 0.96 0.12
HSL 118.61º 0.92% 0.46% -
HSV(B) 118.61º 0.96% 0.88% -
XYZ 27.16 53.96 9.24 -
YUV 137.29 55.6 40.06 -
System Red Green Blue C M Y K H S L
Decimal 14 225 9 0.94 0 0.96 0.12 118.61 0.92 0.46
Hex E E1 9 5E 0 60 C 77 5C 2E
Octal 16 341 11 136 0 140 14 167 134 56
Binary 1110 11100001 1001 1011110 0 1100000 1100 1110111 1011100 101110

Color Harmonies of #0EE109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE109

Black with #0EE109

Text Example


Text Example

White with #0EE109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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