Shades of Free Speech Green #10DB03
Tints of Free Speech Green #10DB03
RGB
CMYK
RGB Variations
Color information
#10DB03 (or 0x10DB03) is known color: Free Speech Green. HEX triplet: 10, DB and 03. RGB value is (16,219,3). Sum of RGB (Red+Green+Blue) = 16+219+3=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 219 (85.94% from 255 or 92.02% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DB03 is #EF24FC. Grayscale: #868686. Windows color (decimal): -15672573 or 252688. OLE color: 252688.
HSL color Cylindrical-coordinate representation of color #10DB03: hue angle of 116.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10DB03 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.14 |
| HSL | 116.39º | 0.97% | 0.44% | - |
| HSV(B) | 116.39º | 0.99% | 0.86% | - |
| XYZ | 25.56 | 50.78 | 8.54 | - |
| YUV | 133.68 | 54.25 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 3 | 0.93 | 0 | 0.99 | 0.14 | 116.39 | 0.97 | 0.44 |
| Hex | 10 | DB | 3 | 5D | 0 | 63 | E | 74 | 61 | 2C |
| Octal | 20 | 333 | 3 | 135 | 0 | 143 | 16 | 164 | 141 | 54 |
| Binary | 10000 | 11011011 | 11 | 1011101 | 0 | 1100011 | 1110 | 1110100 | 1100001 | 101100 |
Color Harmonies of #10DB03
Complementary color
Monochromatic Colors of #10DB03
Black with #10DB03
Text Example
Text Example
White with #10DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB03; }
p { color: rgb(16,219,3); }
H1.HeaderClassName
{
color: #10DB03;
}
.AnyTagClassName
{
color: #10DB03;
}
</style>
background-color css
<style>
a { background-color: #10DB03; }
a { background-color: rgb(16,219,3); }
div.DivClassName
{
background-color: #10DB03;
}
.BgClassName
{
background-color: #10DB03;
}
</style>
border-color css
<style>
span { border-color: #10DB03; }
span { border-color: rgb(16,219,3); }
td.TdClassName
{
border-color: #10DB03;
}
.TagClassName
{
border-color: #10DB03;
}
</style>