Html Css Color HEX #0EE215 Free Speech Green

📋 copy color: '#0EE215'

red 14 ◦ green 226 ◦ blue 21

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

Shades of Free Speech Green #0EE215

Tints of Free Speech Green #0EE215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 5.36%
G = 86.59%
B = 8.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#0EE215 (or 0x0EE215) is known color: Free Speech Green. HEX triplet: 0E, E2 and 15. RGB value is (14,226,21). Sum of RGB (Red+Green+Blue) = 14+226+21=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 226 (88.67% from 255 or 86.59% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE215 is #F11DEA. Grayscale: #8B8B8B. Windows color (decimal): -15801835 or 1434126. OLE color: 1434126.

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

Color convert

RGB 14 226 21 -
CMYK 0.94 0 0.91 0.11
HSL 121.98º 0.88% 0.47% -
HSV(B) 121.98º 0.94% 0.89% -
XYZ 27.51 54.54 9.79 -
YUV 139.24 61.26 38.67 -
System Red Green Blue C M Y K H S L
Decimal 14 226 21 0.94 0 0.91 0.11 121.98 0.88 0.47
Hex E E2 15 5E 0 5B B 7A 58 2F
Octal 16 342 25 136 0 133 13 172 130 57
Binary 1110 11100010 10101 1011110 0 1011011 1011 1111010 1011000 101111

Color Harmonies of #0EE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE215

Black with #0EE215

Text Example


Text Example

White with #0EE215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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