Html Css Color HEX #0EE014 Free Speech Green

📋 copy color: '#0EE014'

red 14 ◦ green 224 ◦ blue 20

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

Shades of Free Speech Green #0EE014

Tints of Free Speech Green #0EE014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 5.43%
G = 86.82%
B = 7.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#0EE014 (or 0x0EE014) is known color: Free Speech Green. HEX triplet: 0E, E0 and 14. RGB value is (14,224,20). Sum of RGB (Red+Green+Blue) = 14+224+20=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 224 (87.89% from 255 or 86.82% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE014 is #F11FEB. Grayscale: #8A8A8A. Windows color (decimal): -15802348 or 1368078. OLE color: 1368078.

HSL color Cylindrical-coordinate representation of color #0EE014: hue angle of 121.71º 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 #0EE014 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 224 20 -
CMYK 0.94 0 0.91 0.12
HSL 121.71º 0.88% 0.47% -
HSV(B) 121.71º 0.94% 0.88% -
XYZ 26.96 53.46 9.56 -
YUV 137.95 61.43 39.59 -
System Red Green Blue C M Y K H S L
Decimal 14 224 20 0.94 0 0.91 0.12 121.71 0.88 0.47
Hex E E0 14 5E 0 5B C 7A 58 2F
Octal 16 340 24 136 0 133 14 172 130 57
Binary 1110 11100000 10100 1011110 0 1011011 1100 1111010 1011000 101111

Color Harmonies of #0EE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE014

Black with #0EE014

Text Example


Text Example

White with #0EE014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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