#19E82A

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

Shades of Free Speech Green #19E82A

Tints of Free Speech Green #19E82A

Color information

#19E82A (or 0x19E82A) is unknown color: approx Free Speech Green. HEX triplet: 19, E8 and 2A. RGB value is (25,232,42). Sum of RGB (Red+Green+Blue) = 25+232+42=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 232 (91.02% from 255 or 77.59% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 232 - color contains mainly: green. Hex color #19E82A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19E82A is #E617D5. Grayscale: #959595. Windows color (decimal): -15079382 or 2811929. OLE color: 2811929.

HSL color Cylindrical-coordinate representation of color #19E82A: hue angle of 124.93º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E82A is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB2523242-
CMYK0.8900.820.09
HSL124.93º81.82%50.39%-
HSV(B)124.93º89.22%90.98%-
XYZ29.6858.0911.84-
YUV148.4567.9239.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 232 (91.02% from 255) = 77.59%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=8.36%
G=77.59%
B=14.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal25232420.8900.820.09124.9381.8250.39
Hex19E82A5905297d5232
Octal313505213101221117512262
Binary1100111101000101010101100101010010100111111011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19E82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,232,42); }

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

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

 a { background-color: rgb(25,232,42); }

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

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

 span { border-color: rgb(25,232,42); }

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