Shades of Free Speech Green #1BEA0A
Tints of Free Speech Green #1BEA0A
RGB
CMYK
RGB Variations
Color information
#1BEA0A (or 0x1BEA0A) is known color: Free Speech Green. HEX triplet: 1B, EA and 0A. RGB value is (27,234,10). Sum of RGB (Red+Green+Blue) = 27+234+10=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 234 (91.80% from 255 or 86.35% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEA0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BEA0A is #E415F5. Grayscale: #939393. Windows color (decimal): -14947830 or 715291. OLE color: 715291.
HSL color Cylindrical-coordinate representation of color #1BEA0A: hue angle of 115.45º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BEA0A is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 234 | 10 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.08 |
| HSL | 115.45º | 0.92% | 0.48% | - |
| HSV(B) | 115.45º | 0.96% | 0.92% | - |
| XYZ | 29.93 | 59.1 | 10.12 | - |
| YUV | 146.57 | 50.92 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 10 | 0.88 | 0 | 0.96 | 0.08 | 115.45 | 0.92 | 0.48 |
| Hex | 1B | EA | A | 58 | 0 | 60 | 8 | 73 | 5C | 30 |
| Octal | 33 | 352 | 12 | 130 | 0 | 140 | 10 | 163 | 134 | 60 |
| Binary | 11011 | 11101010 | 1010 | 1011000 | 0 | 1100000 | 1000 | 1110011 | 1011100 | 110000 |
Color Harmonies of #1BEA0A
Complementary color
Monochromatic Colors of #1BEA0A
Black with #1BEA0A
Text Example
Text Example
White with #1BEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEA0A; }
p { color: rgb(27,234,10); }
H1.HeaderClassName
{
color: #1BEA0A;
}
.AnyTagClassName
{
color: #1BEA0A;
}
</style>
background-color css
<style>
a { background-color: #1BEA0A; }
a { background-color: rgb(27,234,10); }
div.DivClassName
{
background-color: #1BEA0A;
}
.BgClassName
{
background-color: #1BEA0A;
}
</style>
border-color css
<style>
span { border-color: #1BEA0A; }
span { border-color: rgb(27,234,10); }
td.TdClassName
{
border-color: #1BEA0A;
}
.TagClassName
{
border-color: #1BEA0A;
}
</style>