#0ECD0D

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

Shades of Free Speech Green #0ECD0D

Tints of Free Speech Green #0ECD0D

Color information

#0ECD0D (or 0x0ECD0D) is unknown color: approx Free Speech Green. HEX triplet: 0E, CD and 0D. RGB value is (14,205,13). Sum of RGB (Red+Green+Blue) = 14+205+13=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 205 (80.47% from 255 or 88.36% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECD0D is #F132F2. Grayscale: #7E7E7E. Windows color (decimal): -15807219 or 904462. OLE color: 904462.

HSL color Cylindrical-coordinate representation of color #0ECD0D: hue angle of 119.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECD0D is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB1420513-
CMYK0.9300.940.20
HSL119.69º88.07%42.75%-
HSV(B)119.69º93.66%80.39%-
XYZ22.0943.797.67-
YUV12664.2248.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.03%
GREEN value IS 205 (80.47% from 255) = 88.36%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=6.03%
G=88.36%
B=5.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal14205130.9300.940.20119.6988.0742.75
HexECDD5D05E1478582b
Octal163151513501362417013053
Binary11101100110111011011101010111101010011110001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,205,13); }

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

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

 a { background-color: rgb(14,205,13); }

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

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

 span { border-color: rgb(14,205,13); }

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