#0ECD02

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

Shades of Free Speech Green #0ECD02

Tints of Free Speech Green #0ECD02

Color information

#0ECD02 (or 0x0ECD02) is unknown color: approx Free Speech Green. HEX triplet: 0E, CD and 02. RGB value is (14,205,2). Sum of RGB (Red+Green+Blue) = 14+205+2=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 205 (80.47% from 255 or 92.76% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECD02 is #F132FD. Grayscale: #7D7D7D. Windows color (decimal): -15807230 or 183566. OLE color: 183566.

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

Color convert

RGB142052-
CMYK0.9300.990.20
HSL116.45º98.07%40.59%-
HSV(B)116.45º99.02%80.39%-
XYZ22.0243.767.34-
YUV124.7558.7249.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.33%
GREEN value IS 205 (80.47% from 255) = 92.76%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=6.33%
G=92.76%
B=0.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1420520.9300.990.20116.4598.0740.59
HexECD25D06314746229
Octal16315213501432416414251
Binary111011001101101011101011000111010011101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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