#12F602

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

Shades of Free Speech Green #12F602

Tints of Free Speech Green #12F602

Color information

#12F602 (or 0x12F602) is unknown color: approx Free Speech Green. HEX triplet: 12, F6 and 02. RGB value is (18,246,2). Sum of RGB (Red+Green+Blue) = 18+246+2=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 246 (96.48% from 255 or 92.48% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 246 - color contains mainly: green. Hex color #12F602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F602 is #ED09FD. Grayscale: #969696. Windows color (decimal): -15534590 or 194066. OLE color: 194066.

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

Color convert

RGB182462-
CMYK0.9300.990.04
HSL116.07º98.39%48.63%-
HSV(B)116.07º99.19%96.47%-
XYZ33.2266.0411.05-
YUV150.0144.4633.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 246 (96.48% from 255) = 92.48%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=6.77%
G=92.48%
B=0.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1824620.9300.990.04116.0798.3948.63
Hex12F625D0634746231
Octal2236621350143416414261
Binary10010111101101010111010110001110011101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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