#12FF21

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

Shades of Free Speech Green #12FF21

Tints of Free Speech Green #12FF21

Color information

#12FF21 (or 0x12FF21) is unknown color: approx Free Speech Green. HEX triplet: 12, FF and 21. RGB value is (18,255,33). Sum of RGB (Red+Green+Blue) = 18+255+33=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 255 (100% from 255 or 83.33% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FF21 is #ED00DE. Grayscale: #9F9F9F. Windows color (decimal): -15532255 or 2227986. OLE color: 2227986.

HSL color Cylindrical-coordinate representation of color #12FF21: hue angle of 123.8º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF21 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB1825533-
CMYK0.9300.870
HSL123.8º100%53.53%-
HSV(B)123.8º92.94%100%-
XYZ36.2871.7613.38-
YUV158.8356.9827.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.88%
GREEN value IS 255 (100% from 255) = 83.33%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=5.88%
G=83.33%
B=10.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18255330.9300.870123.810053.53
Hex12FF215D05707c6436
Octal22377411350127017414466
Binary1001011111111100001101110101010111011111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,255,33); }

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

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

 a { background-color: rgb(18,255,33); }

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

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

 span { border-color: rgb(18,255,33); }

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