Shades of Free Speech Green #1AFB04
Tints of Free Speech Green #1AFB04
RGB
CMYK
RGB Variations
Color information
#1AFB04 (or 0x1AFB04) is known color: Free Speech Green. HEX triplet: 1A, FB and 04. RGB value is (26,251,4). Sum of RGB (Red+Green+Blue) = 26+251+4=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 251 (98.44% from 255 or 89.32% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFB04 is #E504FB. Grayscale: #9C9C9C. Windows color (decimal): -15009020 or 326426. OLE color: 326426.
HSL color Cylindrical-coordinate representation of color #1AFB04: hue angle of 114.66º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1AFB04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 4 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.02 |
| HSL | 114.66º | 0.97% | 0.5% | - |
| HSV(B) | 114.66º | 0.98% | 0.98% | - |
| XYZ | 34.95 | 69.22 | 11.63 | - |
| YUV | 155.57 | 42.46 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 4 | 0.90 | 0 | 0.98 | 0.02 | 114.66 | 0.97 | 0.5 |
| Hex | 1A | FB | 4 | 5A | 0 | 62 | 2 | 73 | 61 | 32 |
| Octal | 32 | 373 | 4 | 132 | 0 | 142 | 2 | 163 | 141 | 62 |
| Binary | 11010 | 11111011 | 100 | 1011010 | 0 | 1100010 | 10 | 1110011 | 1100001 | 110010 |
Color Harmonies of #1AFB04
Complementary color
Monochromatic Colors of #1AFB04
Black with #1AFB04
Text Example
Text Example
White with #1AFB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB04; }
p { color: rgb(26,251,4); }
H1.HeaderClassName
{
color: #1AFB04;
}
.AnyTagClassName
{
color: #1AFB04;
}
</style>
background-color css
<style>
a { background-color: #1AFB04; }
a { background-color: rgb(26,251,4); }
div.DivClassName
{
background-color: #1AFB04;
}
.BgClassName
{
background-color: #1AFB04;
}
</style>
border-color css
<style>
span { border-color: #1AFB04; }
span { border-color: rgb(26,251,4); }
td.TdClassName
{
border-color: #1AFB04;
}
.TagClassName
{
border-color: #1AFB04;
}
</style>