Html Css Color HEX #19DA12 Free Speech Green

📋 copy color: '#19DA12'

red 25 ◦ green 218 ◦ blue 18

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

Shades of Free Speech Green #19DA12

Tints of Free Speech Green #19DA12

RGB

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

 GREEN value IS 218 (85.55% from 255) = 83.52%

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

R = 9.58%
G = 83.52%
B = 6.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#19DA12 (or 0x19DA12) is known color: Free Speech Green. HEX triplet: 19, DA and 12. RGB value is (25,218,18). Sum of RGB (Red+Green+Blue) = 25+218+18=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 218 (85.55% from 255 or 83.52% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 218 - color contains mainly: green. Hex color #19DA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DA12 is #E625ED. Grayscale: #8A8A8A. Windows color (decimal): -15082990 or 1235481. OLE color: 1235481.

HSL color Cylindrical-coordinate representation of color #19DA12: hue angle of 117.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19DA12 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 218 18 -
CMYK 0.89 0 0.92 0.15
HSL 117.9º 0.85% 0.46% -
HSV(B) 117.9º 0.92% 0.85% -
XYZ 25.58 50.39 8.95 -
YUV 137.49 60.56 47.76 -
System Red Green Blue C M Y K H S L
Decimal 25 218 18 0.89 0 0.92 0.15 117.9 0.85 0.46
Hex 19 DA 12 59 0 5C F 76 55 2E
Octal 31 332 22 131 0 134 17 166 125 56
Binary 11001 11011010 10010 1011001 0 1011100 1111 1110110 1010101 101110

Color Harmonies of #19DA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DA12

Black with #19DA12

Text Example


Text Example

White with #19DA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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