Html Css Color HEX #12FA21 Free Speech Green

📋 copy color: '#12FA21'

red 18 ◦ green 250 ◦ blue 33

#12FA21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #12FA21

Tints of Free Speech Green #12FA21

RGB

 RED value IS 18 (7.42% from 255) = 5.98%

 GREEN value IS 250 (98.05% from 255) = 83.06%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 5.98%
G = 83.06%
B = 10.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#12FA21 (or 0x12FA21) is known color: Free Speech Green. HEX triplet: 12, FA and 21. RGB value is (18,250,33). Sum of RGB (Red+Green+Blue) = 18+250+33=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 250 (98.05% from 255 or 83.06% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA21 is #ED05DE. Grayscale: #9C9C9C. Windows color (decimal): -15533535 or 2226706. OLE color: 2226706.

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

Color convert

RGB 18 250 33 -
CMYK 0.93 0 0.87 0.02
HSL 123.88º 0.96% 0.53% -
HSV(B) 123.88º 0.93% 0.98% -
XYZ 34.71 68.61 12.85 -
YUV 155.89 58.64 29.64 -
System Red Green Blue C M Y K H S L
Decimal 18 250 33 0.93 0 0.87 0.02 123.88 0.96 0.53
Hex 12 FA 21 5D 0 57 2 7C 60 35
Octal 22 372 41 135 0 127 2 174 140 65
Binary 10010 11111010 100001 1011101 0 1010111 10 1111100 1100000 110101

Color Harmonies of #12FA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA21

Black with #12FA21

Text Example


Text Example

White with #12FA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12FA21;
 }
 .AnyTagClassName
 {
   color: #12FA21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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