#19CC01

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

Shades of Free Speech Green #19CC01

Tints of Free Speech Green #19CC01

Color information

#19CC01 (or 0x19CC01) is unknown color: approx Free Speech Green. HEX triplet: 19, CC and 01. RGB value is (25,204,1). Sum of RGB (Red+Green+Blue) = 25+204+1=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 204 (80.08% from 255 or 88.70% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CC01 is #E633FE. Grayscale: #7F7F7F. Windows color (decimal): -15086591 or 117785. OLE color: 117785.

HSL color Cylindrical-coordinate representation of color #19CC01: hue angle of 112.91º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19CC01 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB252041-
CMYK0.8801.000.2
HSL112.91º99.02%40.2%-
HSV(B)112.91º99.51%80%-
XYZ2243.397.25-
YUV127.3456.755.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 204 (80.08% from 255) = 88.70%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=10.87%
G=88.70%
B=0.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2520410.8801.000.2112.9199.0240.2
Hex19CC15806414716328
Octal31314113001442416114350
Binary110011100110011011000011001001010011100011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,204,1); }

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

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

 a { background-color: rgb(25,204,1); }

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

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

 span { border-color: rgb(25,204,1); }

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