Shades of Free Speech Green #1AF303
Tints of Free Speech Green #1AF303
RGB
CMYK
RGB Variations
Color information
#1AF303 (or 0x1AF303) is known color: Free Speech Green. HEX triplet: 1A, F3 and 03. RGB value is (26,243,3). Sum of RGB (Red+Green+Blue) = 26+243+3=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 243 (95.31% from 255 or 89.34% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF303 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF303 is #E50CFC. Grayscale: #979797. Windows color (decimal): -15011069 or 258842. OLE color: 258842.
HSL color Cylindrical-coordinate representation of color #1AF303: hue angle of 114.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AF303 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 3 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.05 |
| HSL | 114.25º | 0.98% | 0.48% | - |
| HSV(B) | 114.25º | 0.99% | 0.95% | - |
| XYZ | 32.49 | 64.33 | 10.79 | - |
| YUV | 150.76 | 44.61 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 3 | 0.89 | 0 | 0.99 | 0.05 | 114.25 | 0.98 | 0.48 |
| Hex | 1A | F3 | 3 | 59 | 0 | 63 | 5 | 72 | 62 | 30 |
| Octal | 32 | 363 | 3 | 131 | 0 | 143 | 5 | 162 | 142 | 60 |
| Binary | 11010 | 11110011 | 11 | 1011001 | 0 | 1100011 | 101 | 1110010 | 1100010 | 110000 |
Color Harmonies of #1AF303
Complementary color
Monochromatic Colors of #1AF303
Black with #1AF303
Text Example
Text Example
White with #1AF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF303; }
p { color: rgb(26,243,3); }
H1.HeaderClassName
{
color: #1AF303;
}
.AnyTagClassName
{
color: #1AF303;
}
</style>
background-color css
<style>
a { background-color: #1AF303; }
a { background-color: rgb(26,243,3); }
div.DivClassName
{
background-color: #1AF303;
}
.BgClassName
{
background-color: #1AF303;
}
</style>
border-color css
<style>
span { border-color: #1AF303; }
span { border-color: rgb(26,243,3); }
td.TdClassName
{
border-color: #1AF303;
}
.TagClassName
{
border-color: #1AF303;
}
</style>