Html Css Color HEX #0EF010 Free Speech Green

📋 copy color: '#0EF010'

red 14 ◦ green 240 ◦ blue 16

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

Shades of Free Speech Green #0EF010

Tints of Free Speech Green #0EF010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 5.19%
G = 88.89%
B = 5.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#0EF010 (or 0x0EF010) is known color: Free Speech Green. HEX triplet: 0E, F0 and 10. RGB value is (14,240,16). Sum of RGB (Red+Green+Blue) = 14+240+16=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 240 (94.14% from 255 or 88.89% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF010 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF010 is #F10FEF. Grayscale: #939393. Windows color (decimal): -15798256 or 1110030. OLE color: 1110030.

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

Color convert

RGB 14 240 16 -
CMYK 0.94 0 0.93 0.06
HSL 120.53º 0.89% 0.5% -
HSV(B) 120.53º 0.94% 0.94% -
XYZ 31.43 62.45 10.89 -
YUV 146.89 54.13 33.21 -
System Red Green Blue C M Y K H S L
Decimal 14 240 16 0.94 0 0.93 0.06 120.53 0.89 0.5
Hex E F0 10 5E 0 5D 6 79 59 32
Octal 16 360 20 136 0 135 6 171 131 62
Binary 1110 11110000 10000 1011110 0 1011101 110 1111001 1011001 110010

Color Harmonies of #0EF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF010

Black with #0EF010

Text Example


Text Example

White with #0EF010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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