Html Css Color HEX #0EEF10 Free Speech Green

📋 copy color: '#0EEF10'

red 14 ◦ green 239 ◦ blue 16

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

Shades of Free Speech Green #0EEF10

Tints of Free Speech Green #0EEF10

RGB

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

 GREEN value IS 239 (93.75% from 255) = 88.85%

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

R = 5.2%
G = 88.85%
B = 5.95%

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

#0EEF10 (or 0x0EEF10) is known color: Free Speech Green. HEX triplet: 0E, EF and 10. RGB value is (14,239,16). Sum of RGB (Red+Green+Blue) = 14+239+16=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 239 (93.75% from 255 or 88.85% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEF10 is #F110EF. Grayscale: #929292. Windows color (decimal): -15798512 or 1109774. OLE color: 1109774.

HSL color Cylindrical-coordinate representation of color #0EEF10: 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 #0EEF10 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 239 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.14 61.86 10.79 -
YUV 146.3 54.46 33.63 -
System Red Green Blue C M Y K H S L
Decimal 14 239 16 0.94 0 0.93 0.06 120.53 0.89 0.5
Hex E EF 10 5E 0 5D 6 79 59 32
Octal 16 357 20 136 0 135 6 171 131 62
Binary 1110 11101111 10000 1011110 0 1011101 110 1111001 1011001 110010

Color Harmonies of #0EEF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEF10

Black with #0EEF10

Text Example


Text Example

White with #0EEF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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