#19f206

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

Shades of Free Speech Green #19F206

Tints of Free Speech Green #19F206

Color information

#19F206 (or 0x19F206) is unknown color: approx Free Speech Green. HEX triplet: 19, F2 and 06. RGB value is (25,242,6). Sum of RGB (Red+Green+Blue) = 25+242+6=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 242 (94.92% from 255 or 88.64% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 242 - color contains mainly: green. Hex color #19F206 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F206 is #E60DF9. Grayscale: #969696. Windows color (decimal): -15076858 or 455193. OLE color: 455193.

HSL color Cylindrical-coordinate representation of color #19F206: hue angle of 115.17º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19F206 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB252426-
CMYK0.9000.980.05
HSL115.17º95.16%48.63%-
HSV(B)115.17º97.52%94.9%-
XYZ32.1963.7210.78-
YUV150.2146.6138.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 242 (94.92% from 255) = 88.64%
BLUE value IS 6 (2.73% from 255) = 2.20%
R=9.16%
G=88.64%
B=2.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2524260.9000.980.05115.1795.1648.63
Hex19F265A0625735f31
Octal3136261320142516313761
Binary110011111001011010110100110001010111100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19f206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,242,6); }

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

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

 a { background-color: rgb(25,242,6); }

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

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

 span { border-color: rgb(25,242,6); }

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