#0ECC16

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

Shades of Free Speech Green #0ECC16

Tints of Free Speech Green #0ECC16

Color information

#0ECC16 (or 0x0ECC16) is unknown color: approx Free Speech Green. HEX triplet: 0E, CC and 16. RGB value is (14,204,22). Sum of RGB (Red+Green+Blue) = 14+204+22=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 204 (80.08% from 255 or 85% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECC16 is #F133E9. Grayscale: #7E7E7E. Windows color (decimal): -15807466 or 1494030. OLE color: 1494030.

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

Color convert

RGB1420422-
CMYK0.9300.890.2
HSL122.53º87.16%42.75%-
HSV(B)122.53º93.14%80%-
XYZ21.9243.347.97-
YUV126.4469.0547.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.83%
GREEN value IS 204 (80.08% from 255) = 85%
BLUE value IS 22 (8.98% from 255) = 9.17%
R=5.83%
G=85%
B=9.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14204220.9300.890.2122.5387.1642.75
HexECC165D059147b572b
Octal163142613501312417312753
Binary111011001100101101011101010110011010011110111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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