#12F904

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

Shades of Free Speech Green #12F904

Tints of Free Speech Green #12F904

Color information

#12F904 (or 0x12F904) is unknown color: approx Free Speech Green. HEX triplet: 12, F9 and 04. RGB value is (18,249,4). Sum of RGB (Red+Green+Blue) = 18+249+4=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 249 (97.66% from 255 or 91.88% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 249 - color contains mainly: green. Hex color #12F904 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F904 is #ED06FB. Grayscale: #989898. Windows color (decimal): -15533820 or 325906. OLE color: 325906.

HSL color Cylindrical-coordinate representation of color #12F904: hue angle of 116.57º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12F904 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB182494-
CMYK0.9300.980.02
HSL116.57º96.84%49.61%-
HSV(B)116.57º98.39%97.65%-
XYZ34.1567.8911.42-
YUV15244.4732.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 249 (97.66% from 255) = 91.88%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=6.64%
G=91.88%
B=1.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1824940.9300.980.02116.5796.8449.61
Hex12F945D0622756132
Octal2237141350142216514162
Binary10010111110011001011101011000101011101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,249,4); }

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

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

 a { background-color: rgb(18,249,4); }

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

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

 span { border-color: rgb(18,249,4); }

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