#12F000

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

Shades of Free Speech Green #12F000

Tints of Free Speech Green #12F000

Color information

#12F000 (or 0x12F000) is unknown color: approx Free Speech Green. HEX triplet: 12, F0 and 00. RGB value is (18,240,0). Sum of RGB (Red+Green+Blue) = 18+240+0=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 240 (94.14% from 255 or 93.02% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 240 - color contains mainly: green. Hex color #12F000 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F000 is #ED0FFF. Grayscale: #939393. Windows color (decimal): -15536128 or 61458. OLE color: 61458.

HSL color Cylindrical-coordinate representation of color #12F000: hue angle of 115.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12F000 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB182400-
CMYK0.92010.06
HSL115.5º100%47.06%-
HSV(B)115.5º100%94.12%-
XYZ31.4162.4510.4-
YUV146.2645.4536.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 240 (94.14% from 255) = 93.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.98%
G=93.02%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1824000.92010.06115.510047.06
Hex12F005C064674642f
Octal2236001340144616414457
Binary1001011110000010111000110010011011101001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,240,0); }

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

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

 a { background-color: rgb(18,240,0); }

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

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

 span { border-color: rgb(18,240,0); }

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