#0ecc05

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

Shades of Free Speech Green #0ECC05

Tints of Free Speech Green #0ECC05

Color information

#0ECC05 (or 0x0ECC05) is unknown color: approx Free Speech Green. HEX triplet: 0E, CC and 05. RGB value is (14,204,5). Sum of RGB (Red+Green+Blue) = 14+204+5=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 204 (80.08% from 255 or 91.48% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECC05 is #F133FA. Grayscale: #7D7D7D. Windows color (decimal): -15807483 or 379918. OLE color: 379918.

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

Color convert

RGB142045-
CMYK0.9300.980.2
HSL117.29º95.22%40.98%-
HSV(B)117.29º97.55%80%-
XYZ21.843.297.35-
YUV124.560.5549.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.28%
GREEN value IS 204 (80.08% from 255) = 91.48%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=6.28%
G=91.48%
B=2.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1420450.9300.980.2117.2995.2240.98
HexECC55D06214755f29
Octal16314513501422416513751
Binary1110110011001011011101011000101010011101011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ecc05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,204,5); }

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

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

 a { background-color: rgb(14,204,5); }

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

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

 span { border-color: rgb(14,204,5); }

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