#0ECC12

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

Shades of Free Speech Green #0ECC12

Tints of Free Speech Green #0ECC12

Color information

#0ECC12 (or 0x0ECC12) is unknown color: approx Free Speech Green. HEX triplet: 0E, CC and 12. RGB value is (14,204,18). Sum of RGB (Red+Green+Blue) = 14+204+18=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 204 (80.08% from 255 or 86.44% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECC12 is #F133ED. Grayscale: #7E7E7E. Windows color (decimal): -15807470 or 1231886. OLE color: 1231886.

HSL color Cylindrical-coordinate representation of color #0ECC12: hue angle of 121.26º 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 #0ECC12 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB1420418-
CMYK0.9300.910.2
HSL121.26º87.16%42.75%-
HSV(B)121.26º93.14%80%-
XYZ21.8843.327.78-
YUV125.9967.0548.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.93%
GREEN value IS 204 (80.08% from 255) = 86.44%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=5.93%
G=86.44%
B=7.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14204180.9300.910.2121.2687.1642.75
HexECC125D05B1479572b
Octal163142213501332417112753
Binary111011001100100101011101010110111010011110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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