Html Css Color HEX #0EE010 Free Speech Green

📋 copy color: '#0EE010'

red 14 ◦ green 224 ◦ blue 16

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

Shades of Free Speech Green #0EE010

Tints of Free Speech Green #0EE010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 88.19%

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

R = 5.51%
G = 88.19%
B = 6.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#0EE010 (or 0x0EE010) is known color: Free Speech Green. HEX triplet: 0E, E0 and 10. RGB value is (14,224,16). Sum of RGB (Red+Green+Blue) = 14+224+16=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 224 (87.89% from 255 or 88.19% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE010 is #F11FEF. Grayscale: #8A8A8A. Windows color (decimal): -15802352 or 1105934. OLE color: 1105934.

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

Color convert

RGB 14 224 16 -
CMYK 0.94 0 0.93 0.12
HSL 120.57º 0.88% 0.47% -
HSV(B) 120.57º 0.94% 0.88% -
XYZ 26.93 53.44 9.39 -
YUV 137.5 59.43 39.91 -
System Red Green Blue C M Y K H S L
Decimal 14 224 16 0.94 0 0.93 0.12 120.57 0.88 0.47
Hex E E0 10 5E 0 5D C 79 58 2F
Octal 16 340 20 136 0 135 14 171 130 57
Binary 1110 11100000 10000 1011110 0 1011101 1100 1111001 1011000 101111

Color Harmonies of #0EE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE010

Black with #0EE010

Text Example


Text Example

White with #0EE010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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