#12CC05

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

Shades of Free Speech Green #12CC05

Tints of Free Speech Green #12CC05

Color information

#12CC05 (or 0x12CC05) is unknown color: approx Free Speech Green. HEX triplet: 12, CC and 05. RGB value is (18,204,5). Sum of RGB (Red+Green+Blue) = 18+204+5=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 204 (80.08% from 255 or 89.87% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CC05 is #ED33FA. Grayscale: #7E7E7E. Windows color (decimal): -15545339 or 379922. OLE color: 379922.

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

Color convert

RGB182045-
CMYK0.9100.980.2
HSL116.08º95.22%40.98%-
HSV(B)116.08º97.55%80%-
XYZ21.8743.337.35-
YUV125.759.8851.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 204 (80.08% from 255) = 89.87%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=7.93%
G=89.87%
B=2.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1820450.9100.980.2116.0895.2240.98
Hex12CC55B06214745f29
Octal22314513301422416413751
Binary10010110011001011011011011000101010011101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CC05; }

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

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

<style>
 a { background-color: #12CC05; }

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

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

<style>
 span { border-color: #12CC05; }

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

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