Shades of Free Speech Green #1CFB0A
Tints of Free Speech Green #1CFB0A
RGB
CMYK
RGB Variations
Color information
#1CFB0A (or 0x1CFB0A) is known color: Free Speech Green. HEX triplet: 1C, FB and 0A. RGB value is (28,251,10). Sum of RGB (Red+Green+Blue) = 28+251+10=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 251 (98.44% from 255 or 86.85% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 251 - color contains mainly: green. Hex color #1CFB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CFB0A is #E304F5. Grayscale: #9D9D9D. Windows color (decimal): -14877942 or 719644. OLE color: 719644.
HSL color Cylindrical-coordinate representation of color #1CFB0A: hue angle of 115.52º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CFB0A is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 251 | 10 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.02 |
| HSL | 115.52º | 0.97% | 0.51% | - |
| HSV(B) | 115.52º | 0.96% | 0.98% | - |
| XYZ | 35.03 | 69.26 | 11.81 | - |
| YUV | 156.85 | 45.12 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 251 | 10 | 0.89 | 0 | 0.96 | 0.02 | 115.52 | 0.97 | 0.51 |
| Hex | 1C | FB | A | 59 | 0 | 60 | 2 | 74 | 61 | 33 |
| Octal | 34 | 373 | 12 | 131 | 0 | 140 | 2 | 164 | 141 | 63 |
| Binary | 11100 | 11111011 | 1010 | 1011001 | 0 | 1100000 | 10 | 1110100 | 1100001 | 110011 |
Color Harmonies of #1CFB0A
Complementary color
Monochromatic Colors of #1CFB0A
Black with #1CFB0A
Text Example
Text Example
White with #1CFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFB0A; }
p { color: rgb(28,251,10); }
H1.HeaderClassName
{
color: #1CFB0A;
}
.AnyTagClassName
{
color: #1CFB0A;
}
</style>
background-color css
<style>
a { background-color: #1CFB0A; }
a { background-color: rgb(28,251,10); }
div.DivClassName
{
background-color: #1CFB0A;
}
.BgClassName
{
background-color: #1CFB0A;
}
</style>
border-color css
<style>
span { border-color: #1CFB0A; }
span { border-color: rgb(28,251,10); }
td.TdClassName
{
border-color: #1CFB0A;
}
.TagClassName
{
border-color: #1CFB0A;
}
</style>