Html Css Color HEX #12FE19 Free Speech Green

📋 copy color: '#12FE19'

red 18 ◦ green 254 ◦ blue 25

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

Shades of Free Speech Green #12FE19

Tints of Free Speech Green #12FE19

RGB

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

 GREEN value IS 254 (99.61% from 255) = 85.52%

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

R = 6.06%
G = 85.52%
B = 8.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#12FE19 (or 0x12FE19) is known color: Free Speech Green. HEX triplet: 12, FE and 19. RGB value is (18,254,25). Sum of RGB (Red+Green+Blue) = 18+254+25=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 254 (99.61% from 255 or 85.52% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FE19 is #ED01E6. Grayscale: #9E9E9E. Windows color (decimal): -15532519 or 1703442. OLE color: 1703442.

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

Color convert

RGB 18 254 25 -
CMYK 0.93 0 0.90 0.00
HSL 121.78º 0.99% 0.53% -
HSV(B) 121.78º 0.93% 1% -
XYZ 35.87 71.08 12.75 -
YUV 157.33 53.31 28.62 -
System Red Green Blue C M Y K H S L
Decimal 18 254 25 0.93 0 0.90 0.00 121.78 0.99 0.53
Hex 12 FE 19 5D 0 5A 0 7A 63 35
Octal 22 376 31 135 0 132 0 172 143 65
Binary 10010 11111110 11001 1011101 0 1011010 0 1111010 1100011 110101

Color Harmonies of #12FE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE19

Black with #12FE19

Text Example


Text Example

White with #12FE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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