Shades of Free Speech Green #1BDA06
Tints of Free Speech Green #1BDA06
RGB
CMYK
RGB Variations
Color information
#1BDA06 (or 0x1BDA06) is known color: Free Speech Green. HEX triplet: 1B, DA and 06. RGB value is (27,218,6). Sum of RGB (Red+Green+Blue) = 27+218+6=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 218 (85.55% from 255 or 86.85% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDA06 is #E425F9. Grayscale: #898989. Windows color (decimal): -14951930 or 449051. OLE color: 449051.
HSL color Cylindrical-coordinate representation of color #1BDA06: hue angle of 114.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1BDA06 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.15 |
| HSL | 114.06º | 0.95% | 0.44% | - |
| HSV(B) | 114.06º | 0.97% | 0.85% | - |
| XYZ | 25.56 | 50.39 | 8.55 | - |
| YUV | 136.72 | 54.22 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 6 | 0.88 | 0 | 0.97 | 0.15 | 114.06 | 0.95 | 0.44 |
| Hex | 1B | DA | 6 | 58 | 0 | 61 | F | 72 | 5F | 2C |
| Octal | 33 | 332 | 6 | 130 | 0 | 141 | 17 | 162 | 137 | 54 |
| Binary | 11011 | 11011010 | 110 | 1011000 | 0 | 1100001 | 1111 | 1110010 | 1011111 | 101100 |
Color Harmonies of #1BDA06
Complementary color
Monochromatic Colors of #1BDA06
Black with #1BDA06
Text Example
Text Example
White with #1BDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA06; }
p { color: rgb(27,218,6); }
H1.HeaderClassName
{
color: #1BDA06;
}
.AnyTagClassName
{
color: #1BDA06;
}
</style>
background-color css
<style>
a { background-color: #1BDA06; }
a { background-color: rgb(27,218,6); }
div.DivClassName
{
background-color: #1BDA06;
}
.BgClassName
{
background-color: #1BDA06;
}
</style>
border-color css
<style>
span { border-color: #1BDA06; }
span { border-color: rgb(27,218,6); }
td.TdClassName
{
border-color: #1BDA06;
}
.TagClassName
{
border-color: #1BDA06;
}
</style>