#19F521

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

Shades of Free Speech Green #19F521

Tints of Free Speech Green #19F521

Color information

#19F521 (or 0x19F521) is unknown color: approx Free Speech Green. HEX triplet: 19, F5 and 21. RGB value is (25,245,33). Sum of RGB (Red+Green+Blue) = 25+245+33=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 245 (96.09% from 255 or 80.86% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 245 - color contains mainly: green. Hex color #19F521 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F521 is #E60ADE. Grayscale: #9B9B9B. Windows color (decimal): -15076063 or 2225433. OLE color: 2225433.

HSL color Cylindrical-coordinate representation of color #19F521: hue angle of 122.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F521 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB2524533-
CMYK0.9000.870.04
HSL122.18º91.67%52.94%-
HSV(B)122.18º89.8%96.08%-
XYZ33.3365.6212.35-
YUV155.0559.1135.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 245 (96.09% from 255) = 80.86%
BLUE value IS 33 (13.28% from 255) = 10.89%
R=8.25%
G=80.86%
B=10.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal25245330.9000.870.04122.1891.6752.94
Hex19F5215A05747a5c35
Octal31365411320127417213465
Binary110011111010110000110110100101011110011110101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,245,33); }

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

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

 a { background-color: rgb(25,245,33); }

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

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

 span { border-color: rgb(25,245,33); }

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