Html Css Color HEX #12FA19 Free Speech Green

📋 copy color: '#12FA19'

red 18 ◦ green 250 ◦ blue 25

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

Shades of Free Speech Green #12FA19

Tints of Free Speech Green #12FA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 6.14%
G = 85.32%
B = 8.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#12FA19 (or 0x12FA19) is known color: Free Speech Green. HEX triplet: 12, FA and 19. RGB value is (18,250,25). Sum of RGB (Red+Green+Blue) = 18+250+25=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 250 (98.05% from 255 or 85.32% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FA19 is #ED05E6. Grayscale: #9B9B9B. Windows color (decimal): -15533543 or 1702418. OLE color: 1702418.

HSL color Cylindrical-coordinate representation of color #12FA19: hue angle of 121.81º 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 #12FA19 is Cyan = 0.93, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 25 -
CMYK 0.93 0 0.9 0.02
HSL 121.81º 0.96% 0.53% -
HSV(B) 121.81º 0.93% 0.98% -
XYZ 34.61 68.57 12.33 -
YUV 154.98 54.64 30.3 -
System Red Green Blue C M Y K H S L
Decimal 18 250 25 0.93 0 0.9 0.02 121.81 0.96 0.53
Hex 12 FA 19 5D 0 5A 2 7A 60 35
Octal 22 372 31 135 0 132 2 172 140 65
Binary 10010 11111010 11001 1011101 0 1011010 10 1111010 1100000 110101

Color Harmonies of #12FA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA19

Black with #12FA19

Text Example


Text Example

White with #12FA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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