Shades of Free Speech Green #10DB23
Tints of Free Speech Green #10DB23
RGB
CMYK
RGB Variations
Color information
#10DB23 (or 0x10DB23) is known color: Free Speech Green. HEX triplet: 10, DB and 23. RGB value is (16,219,35). Sum of RGB (Red+Green+Blue) = 16+219+35=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 219 (85.94% from 255 or 81.11% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DB23 is #EF24DC. Grayscale: #898989. Windows color (decimal): -15672541 or 2349840. OLE color: 2349840.
HSL color Cylindrical-coordinate representation of color #10DB23: hue angle of 125.62º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DB23 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 35 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.14 |
| HSL | 125.62º | 0.86% | 0.46% | - |
| HSV(B) | 125.62º | 0.93% | 0.86% | - |
| XYZ | 25.85 | 50.89 | 10.05 | - |
| YUV | 137.33 | 70.25 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 35 | 0.93 | 0 | 0.84 | 0.14 | 125.62 | 0.86 | 0.46 |
| Hex | 10 | DB | 23 | 5D | 0 | 54 | E | 7E | 56 | 2E |
| Octal | 20 | 333 | 43 | 135 | 0 | 124 | 16 | 176 | 126 | 56 |
| Binary | 10000 | 11011011 | 100011 | 1011101 | 0 | 1010100 | 1110 | 1111110 | 1010110 | 101110 |
Color Harmonies of #10DB23
Complementary color
Monochromatic Colors of #10DB23
Black with #10DB23
Text Example
Text Example
White with #10DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB23; }
p { color: rgb(16,219,35); }
H1.HeaderClassName
{
color: #10DB23;
}
.AnyTagClassName
{
color: #10DB23;
}
</style>
background-color css
<style>
a { background-color: #10DB23; }
a { background-color: rgb(16,219,35); }
div.DivClassName
{
background-color: #10DB23;
}
.BgClassName
{
background-color: #10DB23;
}
</style>
border-color css
<style>
span { border-color: #10DB23; }
span { border-color: rgb(16,219,35); }
td.TdClassName
{
border-color: #10DB23;
}
.TagClassName
{
border-color: #10DB23;
}
</style>