Html Css Color HEX #0EE120 Free Speech Green

📋 copy color: '#0EE120'

red 14 ◦ green 225 ◦ blue 32

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

Shades of Free Speech Green #0EE120

Tints of Free Speech Green #0EE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 83.03%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 5.17%
G = 83.03%
B = 11.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#0EE120 (or 0x0EE120) is known color: Free Speech Green. HEX triplet: 0E, E1 and 20. RGB value is (14,225,32). Sum of RGB (Red+Green+Blue) = 14+225+32=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 225 (88.28% from 255 or 83.03% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE120 is #F11EDF. Grayscale: #8C8C8C. Windows color (decimal): -15802080 or 2154766. OLE color: 2154766.

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

Color convert

RGB 14 225 32 -
CMYK 0.94 0 0.86 0.12
HSL 125.12º 0.88% 0.47% -
HSV(B) 125.12º 0.94% 0.88% -
XYZ 27.37 54.05 10.36 -
YUV 139.91 67.1 38.19 -
System Red Green Blue C M Y K H S L
Decimal 14 225 32 0.94 0 0.86 0.12 125.12 0.88 0.47
Hex E E1 20 5E 0 56 C 7D 58 2F
Octal 16 341 40 136 0 126 14 175 130 57
Binary 1110 11100001 100000 1011110 0 1010110 1100 1111101 1011000 101111

Color Harmonies of #0EE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE120

Black with #0EE120

Text Example


Text Example

White with #0EE120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,225,32); }

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

background-color css

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

 a { background-color: rgb(14,225,32); }

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

border-color css

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

 span { border-color: rgb(14,225,32); }

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