Html Css Color HEX #19FC12 Free Speech Green

📋 copy color: '#19FC12'

red 25 ◦ green 252 ◦ blue 18

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

Shades of Free Speech Green #19FC12

Tints of Free Speech Green #19FC12

RGB

 RED value IS 25 (10.16% from 255) = 8.47%

 GREEN value IS 252 (98.83% from 255) = 85.42%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 8.47%
G = 85.42%
B = 6.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#19FC12 (or 0x19FC12) is known color: Free Speech Green. HEX triplet: 19, FC and 12. RGB value is (25,252,18). Sum of RGB (Red+Green+Blue) = 25+252+18=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 252 (98.83% from 255 or 85.42% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 252 - color contains mainly: green. Hex color #19FC12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FC12 is #E603ED. Grayscale: #9E9E9E. Windows color (decimal): -15074286 or 1244185. OLE color: 1244185.

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

Color convert

RGB 25 252 18 -
CMYK 0.90 0 0.93 0.01
HSL 118.21º 0.98% 0.53% -
HSV(B) 118.21º 0.93% 0.99% -
XYZ 35.32 69.87 12.2 -
YUV 157.45 49.29 33.53 -
System Red Green Blue C M Y K H S L
Decimal 25 252 18 0.90 0 0.93 0.01 118.21 0.98 0.53
Hex 19 FC 12 5A 0 5D 1 76 62 35
Octal 31 374 22 132 0 135 1 166 142 65
Binary 11001 11111100 10010 1011010 0 1011101 1 1110110 1100010 110101

Color Harmonies of #19FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FC12

Black with #19FC12

Text Example


Text Example

White with #19FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19FC12; }

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

 H1.HeaderClassName
 {
   color: #19FC12;
 }
 .AnyTagClassName
 {
   color: #19FC12;
 }
</style>

background-color css

<style>
 a { background-color: #19FC12; }

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

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

border-color css

<style>
 span { border-color: #19FC12; }

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

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