#19DC1A

Color #19DC1A Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #19DC1A

Tints of Free Speech Green #19DC1A

Color information

#19DC1A (or 0x19DC1A) is unknown color: approx Free Speech Green. HEX triplet: 19, DC and 1A. RGB value is (25,220,26). Sum of RGB (Red+Green+Blue) = 25+220+26=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 220 (86.33% from 255 or 81.18% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC1A is #E623E5. Grayscale: #8C8C8C. Windows color (decimal): -15082470 or 1760281. OLE color: 1760281.

HSL color Cylindrical-coordinate representation of color #19DC1A: hue angle of 120.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC1A is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB2522026-
CMYK0.8900.880.14
HSL120.31º79.59%48.04%-
HSV(B)120.31º88.64%86.27%-
XYZ26.1851.479.53-
YUV139.5863.946.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.23%
GREEN value IS 220 (86.33% from 255) = 81.18%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=9.23%
G=81.18%
B=9.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal25220260.8900.880.14120.3179.5948.04
Hex19DC1A59058E785030
Octal313343213101301617012060
Binary110011101110011010101100101011000111011110001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,220,26); }

 H1.HeaderClassName
 {
   color: #19DC1A;
 }
 .AnyTagClassName
 {
   color: #19DC1A;
 }
</style>
background-color css

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

 a { background-color: rgb(25,220,26); }

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

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

 span { border-color: rgb(25,220,26); }

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