Html Css Color HEX #0EF009 Free Speech Green

📋 copy color: '#0EF009'

red 14 ◦ green 240 ◦ blue 9

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

Shades of Free Speech Green #0EF009

Tints of Free Speech Green #0EF009

RGB

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

 GREEN value IS 240 (94.14% from 255) = 91.25%

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

R = 5.32%
G = 91.25%
B = 3.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#0EF009 (or 0x0EF009) is known color: Free Speech Green. HEX triplet: 0E, F0 and 09. RGB value is (14,240,9). Sum of RGB (Red+Green+Blue) = 14+240+9=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 240 (94.14% from 255 or 91.25% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF009 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF009 is #F10FF6. Grayscale: #929292. Windows color (decimal): -15798263 or 651278. OLE color: 651278.

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

Color convert

RGB 14 240 9 -
CMYK 0.94 0 0.96 0.06
HSL 118.7º 0.93% 0.49% -
HSV(B) 118.7º 0.96% 0.94% -
XYZ 31.39 62.43 10.65 -
YUV 146.09 50.63 33.78 -
System Red Green Blue C M Y K H S L
Decimal 14 240 9 0.94 0 0.96 0.06 118.7 0.93 0.49
Hex E F0 9 5E 0 60 6 77 5D 31
Octal 16 360 11 136 0 140 6 167 135 61
Binary 1110 11110000 1001 1011110 0 1100000 110 1110111 1011101 110001

Color Harmonies of #0EF009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF009

Black with #0EF009

Text Example


Text Example

White with #0EF009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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