Html Css Color HEX #0EE201 Free Speech Green

📋 copy color: '#0EE201'

red 14 ◦ green 226 ◦ blue 1

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

Shades of Free Speech Green #0EE201

Tints of Free Speech Green #0EE201

RGB

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

 GREEN value IS 226 (88.67% from 255) = 93.78%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 5.81%
G = 93.78%
B = 0.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#0EE201 (or 0x0EE201) is known color: Free Speech Green. HEX triplet: 0E, E2 and 01. RGB value is (14,226,1). Sum of RGB (Red+Green+Blue) = 14+226+1=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 226 (88.67% from 255 or 93.78% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE201 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE201 is #F11DFE. Grayscale: #898989. Windows color (decimal): -15801855 or 123406. OLE color: 123406.

HSL color Cylindrical-coordinate representation of color #0EE201: hue angle of 116.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0EE201 is Cyan = 0.94, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 226 1 -
CMYK 0.94 0 1.00 0.11
HSL 116.53º 0.99% 0.45% -
HSV(B) 116.53º 1% 0.89% -
XYZ 27.38 54.49 9.1 -
YUV 136.96 51.26 40.3 -
System Red Green Blue C M Y K H S L
Decimal 14 226 1 0.94 0 1.00 0.11 116.53 0.99 0.45
Hex E E2 1 5E 0 64 B 75 63 2D
Octal 16 342 1 136 0 144 13 165 143 55
Binary 1110 11100010 1 1011110 0 1100100 1011 1110101 1100011 101101

Color Harmonies of #0EE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE201

Black with #0EE201

Text Example


Text Example

White with #0EE201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,226,1); }

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

background-color css

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

 a { background-color: rgb(14,226,1); }

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

border-color css

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

 span { border-color: rgb(14,226,1); }

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