Shades of Free Speech Green #00DB0C
Tints of Free Speech Green #00DB0C
RGB
CMYK
RGB Variations
Color information
#00DB0C (or 0x00DB0C) is known color: Free Speech Green. HEX triplet: 00, DB and 0C. RGB value is (0,219,12). Sum of RGB (Red+Green+Blue) = 0+219+12=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 219 (85.94% from 255 or 94.81% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 219 - color contains mainly: green. Hex color #00DB0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DB0C is #FF24F3. Grayscale: #828282. Windows color (decimal): -16721140 or 842496. OLE color: 842496.
HSL color Cylindrical-coordinate representation of color #00DB0C: hue angle of 123.29º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DB0C is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 219 | 12 | - |
| CMYK | 1 | 0 | 0.95 | 0.14 |
| HSL | 123.29º | 1% | 0.43% | - |
| HSV(B) | 123.29º | 1% | 0.86% | - |
| XYZ | 25.4 | 50.69 | 8.79 | - |
| YUV | 129.92 | 61.45 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 12 | 1 | 0 | 0.95 | 0.14 | 123.29 | 1 | 0.43 |
| Hex | 0 | DB | C | 64 | 0 | 5F | E | 7B | 64 | 2B |
| Octal | 0 | 333 | 14 | 144 | 0 | 137 | 16 | 173 | 144 | 53 |
| Binary | 0 | 11011011 | 1100 | 1100100 | 0 | 1011111 | 1110 | 1111011 | 1100100 | 101011 |
Color Harmonies of #00DB0C
Complementary color
Monochromatic Colors of #00DB0C
Black with #00DB0C
Text Example
Text Example
White with #00DB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DB0C; }
p { color: rgb(0,219,12); }
H1.HeaderClassName
{
color: #00DB0C;
}
.AnyTagClassName
{
color: #00DB0C;
}
</style>
background-color css
<style>
a { background-color: #00DB0C; }
a { background-color: rgb(0,219,12); }
div.DivClassName
{
background-color: #00DB0C;
}
.BgClassName
{
background-color: #00DB0C;
}
</style>
border-color css
<style>
span { border-color: #00DB0C; }
span { border-color: rgb(0,219,12); }
td.TdClassName
{
border-color: #00DB0C;
}
.TagClassName
{
border-color: #00DB0C;
}
</style>