Html Css Color HEX #19D40C Free Speech Green

📋 copy color: '#19D40C'

red 25 ◦ green 212 ◦ blue 12

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

Shades of Free Speech Green #19D40C

Tints of Free Speech Green #19D40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 85.14%

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 10.04%
G = 85.14%
B = 4.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#19D40C (or 0x19D40C) is known color: Free Speech Green. HEX triplet: 19, D4 and 0C. RGB value is (25,212,12). Sum of RGB (Red+Green+Blue) = 25+212+12=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 212 (83.20% from 255 or 85.14% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 212 - color contains mainly: green. Hex color #19D40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D40C is #E62BF3. Grayscale: #858585. Windows color (decimal): -15084532 or 840729. OLE color: 840729.

HSL color Cylindrical-coordinate representation of color #19D40C: hue angle of 116.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19D40C is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 25 212 12 -
CMYK 0.88 0 0.94 0.17
HSL 116.1º 0.89% 0.44% -
HSV(B) 116.1º 0.94% 0.83% -
XYZ 24.01 47.32 8.22 -
YUV 133.29 59.55 50.76 -
System Red Green Blue C M Y K H S L
Decimal 25 212 12 0.88 0 0.94 0.17 116.1 0.89 0.44
Hex 19 D4 C 58 0 5E 11 74 59 2C
Octal 31 324 14 130 0 136 21 164 131 54
Binary 11001 11010100 1100 1011000 0 1011110 10001 1110100 1011001 101100

Color Harmonies of #19D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D40C

Black with #19D40C

Text Example


Text Example

White with #19D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,212,12); }

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

background-color css

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

 a { background-color: rgb(25,212,12); }

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

border-color css

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

 span { border-color: rgb(25,212,12); }

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