#19DC1C

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

Shades of Free Speech Green #19DC1C

Tints of Free Speech Green #19DC1C

Color information

#19DC1C (or 0x19DC1C) is unknown color: approx Free Speech Green. HEX triplet: 19, DC and 1C. RGB value is (25,220,28). Sum of RGB (Red+Green+Blue) = 25+220+28=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC1C is #E623E3. Grayscale: #8C8C8C. Windows color (decimal): -15082468 or 1891353. OLE color: 1891353.

HSL color Cylindrical-coordinate representation of color #19DC1C: hue angle of 120.92º 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 #19DC1C is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB2522028-
CMYK0.8900.870.14
HSL120.92º79.59%48.04%-
HSV(B)120.92º88.64%86.27%-
XYZ26.251.489.65-
YUV139.8164.946.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 220 (86.33% from 255) = 80.59%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=9.16%
G=80.59%
B=10.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal25220280.8900.870.14120.9279.5948.04
Hex19DC1C59057E795030
Octal313343413101271617112060
Binary110011101110011100101100101010111111011110011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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