#0EDD0C

Color #0EDD0C Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0EDD0C

Tints of Free Speech Green #0EDD0C

Color information

#0EDD0C (or 0x0EDD0C) is unknown color: approx Free Speech Green. HEX triplet: 0E, DD and 0C. RGB value is (14,221,12). Sum of RGB (Red+Green+Blue) = 14+221+12=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 221 (86.72% from 255 or 89.47% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDD0C is #F122F3. Grayscale: #878787. Windows color (decimal): -15803124 or 843022. OLE color: 843022.

HSL color Cylindrical-coordinate representation of color #0EDD0C: hue angle of 119.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EDD0C is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB1422112-
CMYK0.9400.950.13
HSL119.43º89.7%45.69%-
HSV(B)119.43º94.57%86.67%-
XYZ26.151.838.98-
YUV135.2858.4241.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 221 (86.72% from 255) = 89.47%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=5.67%
G=89.47%
B=4.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14221120.9400.950.13119.4389.745.69
HexEDDC5E05FD775a2e
Octal163351413601371516713256
Binary1110110111011100101111001011111110111101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,221,12); }

 H1.HeaderClassName
 {
   color: #0EDD0C;
 }
 .AnyTagClassName
 {
   color: #0EDD0C;
 }
</style>
background-color css

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

 a { background-color: rgb(14,221,12); }

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

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

 span { border-color: rgb(14,221,12); }

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