#12F51B

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

Shades of Free Speech Green #12F51B

Tints of Free Speech Green #12F51B

Color information

#12F51B (or 0x12F51B) is unknown color: approx Free Speech Green. HEX triplet: 12, F5 and 1B. RGB value is (18,245,27). Sum of RGB (Red+Green+Blue) = 18+245+27=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 245 (96.09% from 255 or 84.48% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 245 - color contains mainly: green. Hex color #12F51B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F51B is #ED0AE4. Grayscale: #989898. Windows color (decimal): -15534821 or 1832210. OLE color: 1832210.

HSL color Cylindrical-coordinate representation of color #12F51B: hue angle of 122.38º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F51B is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB1824527-
CMYK0.9300.890.04
HSL122.38º91.9%51.57%-
HSV(B)122.38º92.65%96.08%-
XYZ33.165.5111.94-
YUV152.2857.2932.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 245 (96.09% from 255) = 84.48%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=6.21%
G=84.48%
B=9.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18245270.9300.890.04122.3891.951.57
Hex12F51B5D05947a5c34
Octal22365331350131417213464
Binary10010111101011101110111010101100110011110101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,245,27); }

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

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

 a { background-color: rgb(18,245,27); }

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

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

 span { border-color: rgb(18,245,27); }

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