Html Css Color HEX #0ED012 Free Speech Green

📋 copy color: '#0ED012'

red 14 ◦ green 208 ◦ blue 18

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

Shades of Free Speech Green #0ED012

Tints of Free Speech Green #0ED012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 5.83%
G = 86.67%
B = 7.5%

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

#0ED012 (or 0x0ED012) is known color: Free Speech Green. HEX triplet: 0E, D0 and 12. RGB value is (14,208,18). Sum of RGB (Red+Green+Blue) = 14+208+18=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 208 (81.64% from 255 or 86.67% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED012 is #F12FED. Grayscale: #808080. Windows color (decimal): -15806446 or 1232910. OLE color: 1232910.

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

Color convert

RGB 14 208 18 -
CMYK 0.93 0 0.91 0.18
HSL 121.24º 0.87% 0.44% -
HSV(B) 121.24º 0.93% 0.82% -
XYZ 22.85 45.25 8.1 -
YUV 128.33 65.73 46.45 -
System Red Green Blue C M Y K H S L
Decimal 14 208 18 0.93 0 0.91 0.18 121.24 0.87 0.44
Hex E D0 12 5D 0 5B 12 79 57 2C
Octal 16 320 22 135 0 133 22 171 127 54
Binary 1110 11010000 10010 1011101 0 1011011 10010 1111001 1010111 101100

Color Harmonies of #0ED012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED012

Black with #0ED012

Text Example


Text Example

White with #0ED012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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