Html Css Color HEX #0ED013 Free Speech Green

📋 copy color: '#0ED013'

red 14 ◦ green 208 ◦ blue 19

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

Shades of Free Speech Green #0ED013

Tints of Free Speech Green #0ED013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 86.31%

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 5.81%
G = 86.31%
B = 7.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#0ED013 (or 0x0ED013) is known color: Free Speech Green. HEX triplet: 0E, D0 and 13. RGB value is (14,208,19). Sum of RGB (Red+Green+Blue) = 14+208+19=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 208 (81.64% from 255 or 86.31% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED013 is #F12FEC. Grayscale: #818181. Windows color (decimal): -15806445 or 1298446. OLE color: 1298446.

HSL color Cylindrical-coordinate representation of color #0ED013: hue angle of 121.55º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED013 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 19 -
CMYK 0.93 0 0.91 0.18
HSL 121.55º 0.87% 0.44% -
HSV(B) 121.55º 0.93% 0.82% -
XYZ 22.85 45.25 8.15 -
YUV 128.45 66.23 46.37 -
System Red Green Blue C M Y K H S L
Decimal 14 208 19 0.93 0 0.91 0.18 121.55 0.87 0.44
Hex E D0 13 5D 0 5B 12 7A 57 2C
Octal 16 320 23 135 0 133 22 172 127 54
Binary 1110 11010000 10011 1011101 0 1011011 10010 1111010 1010111 101100

Color Harmonies of #0ED013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED013

Black with #0ED013

Text Example


Text Example

White with #0ED013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,208,19); }

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

background-color css

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

 a { background-color: rgb(14,208,19); }

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

border-color css

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

 span { border-color: rgb(14,208,19); }

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