#12F601

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

Shades of Free Speech Green #12F601

Tints of Free Speech Green #12F601

Color information

#12F601 (or 0x12F601) is unknown color: approx Free Speech Green. HEX triplet: 12, F6 and 01. RGB value is (18,246,1). Sum of RGB (Red+Green+Blue) = 18+246+1=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 246 (96.48% from 255 or 92.83% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 246 - color contains mainly: green. Hex color #12F601 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F601 is #ED09FE. Grayscale: #969696. Windows color (decimal): -15534591 or 128530. OLE color: 128530.

HSL color Cylindrical-coordinate representation of color #12F601: hue angle of 115.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12F601 is Cyan = 0.93, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB182461-
CMYK0.9301.000.04
HSL115.84º99.19%48.43%-
HSV(B)115.84º99.59%96.47%-
XYZ33.2166.0411.03-
YUV149.943.9633.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 246 (96.48% from 255) = 92.83%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=6.79%
G=92.83%
B=0.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1824610.9301.000.04115.8499.1948.43
Hex12F615D0644746330
Octal2236611350144416414360
Binary1001011110110110111010110010010011101001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,246,1); }

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

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

 a { background-color: rgb(18,246,1); }

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

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

 span { border-color: rgb(18,246,1); }

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