Shades of Free Speech Green #1BDA0A
Tints of Free Speech Green #1BDA0A
RGB
CMYK
RGB Variations
Color information
#1BDA0A (or 0x1BDA0A) is known color: Free Speech Green. HEX triplet: 1B, DA and 0A. RGB value is (27,218,10). Sum of RGB (Red+Green+Blue) = 27+218+10=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 218 (85.55% from 255 or 85.49% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDA0A is #E425F5. Grayscale: #898989. Windows color (decimal): -14951926 or 711195. OLE color: 711195.
HSL color Cylindrical-coordinate representation of color #1BDA0A: hue angle of 115.1º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1BDA0A is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 10 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.15 |
| HSL | 115.1º | 0.91% | 0.45% | - |
| HSV(B) | 115.1º | 0.95% | 0.85% | - |
| XYZ | 25.58 | 50.4 | 8.67 | - |
| YUV | 137.18 | 56.22 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 10 | 0.88 | 0 | 0.95 | 0.15 | 115.1 | 0.91 | 0.45 |
| Hex | 1B | DA | A | 58 | 0 | 5F | F | 73 | 5B | 2D |
| Octal | 33 | 332 | 12 | 130 | 0 | 137 | 17 | 163 | 133 | 55 |
| Binary | 11011 | 11011010 | 1010 | 1011000 | 0 | 1011111 | 1111 | 1110011 | 1011011 | 101101 |
Color Harmonies of #1BDA0A
Complementary color
Monochromatic Colors of #1BDA0A
Black with #1BDA0A
Text Example
Text Example
White with #1BDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA0A; }
p { color: rgb(27,218,10); }
H1.HeaderClassName
{
color: #1BDA0A;
}
.AnyTagClassName
{
color: #1BDA0A;
}
</style>
background-color css
<style>
a { background-color: #1BDA0A; }
a { background-color: rgb(27,218,10); }
div.DivClassName
{
background-color: #1BDA0A;
}
.BgClassName
{
background-color: #1BDA0A;
}
</style>
border-color css
<style>
span { border-color: #1BDA0A; }
span { border-color: rgb(27,218,10); }
td.TdClassName
{
border-color: #1BDA0A;
}
.TagClassName
{
border-color: #1BDA0A;
}
</style>