Shades of Free Speech Green #1AF902
Tints of Free Speech Green #1AF902
RGB
CMYK
RGB Variations
Color information
#1AF902 (or 0x1AF902) is known color: Free Speech Green. HEX triplet: 1A, F9 and 02. RGB value is (26,249,2). Sum of RGB (Red+Green+Blue) = 26+249+2=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 249 (97.66% from 255 or 89.89% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF902 is #E506FD. Grayscale: #9A9A9A. Windows color (decimal): -15009534 or 194842. OLE color: 194842.
HSL color Cylindrical-coordinate representation of color #1AF902: hue angle of 114.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AF902 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.02 |
| HSL | 114.17º | 0.98% | 0.49% | - |
| HSV(B) | 114.17º | 0.99% | 0.98% | - |
| XYZ | 34.31 | 67.98 | 11.37 | - |
| YUV | 154.17 | 42.12 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 2 | 0.90 | 0 | 0.99 | 0.02 | 114.17 | 0.98 | 0.49 |
| Hex | 1A | F9 | 2 | 5A | 0 | 63 | 2 | 72 | 62 | 31 |
| Octal | 32 | 371 | 2 | 132 | 0 | 143 | 2 | 162 | 142 | 61 |
| Binary | 11010 | 11111001 | 10 | 1011010 | 0 | 1100011 | 10 | 1110010 | 1100010 | 110001 |
Color Harmonies of #1AF902
Complementary color
Monochromatic Colors of #1AF902
Black with #1AF902
Text Example
Text Example
White with #1AF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF902; }
p { color: rgb(26,249,2); }
H1.HeaderClassName
{
color: #1AF902;
}
.AnyTagClassName
{
color: #1AF902;
}
</style>
background-color css
<style>
a { background-color: #1AF902; }
a { background-color: rgb(26,249,2); }
div.DivClassName
{
background-color: #1AF902;
}
.BgClassName
{
background-color: #1AF902;
}
</style>
border-color css
<style>
span { border-color: #1AF902; }
span { border-color: rgb(26,249,2); }
td.TdClassName
{
border-color: #1AF902;
}
.TagClassName
{
border-color: #1AF902;
}
</style>