Shades of Free Speech Green #0DDB1C
Tints of Free Speech Green #0DDB1C
RGB
CMYK
RGB Variations
Color information
#0DDB1C (or 0x0DDB1C) is known color: Free Speech Green. HEX triplet: 0D, DB and 1C. RGB value is (13,219,28). Sum of RGB (Red+Green+Blue) = 13+219+28=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDB1C is #F224E3. Grayscale: #888888. Windows color (decimal): -15869156 or 1891085. OLE color: 1891085.
HSL color Cylindrical-coordinate representation of color #0DDB1C: hue angle of 124.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB1C is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 28 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.14 |
| HSL | 124.37º | 0.89% | 0.45% | - |
| HSV(B) | 124.37º | 0.94% | 0.86% | - |
| XYZ | 25.71 | 50.83 | 9.56 | - |
| YUV | 135.63 | 67.25 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 28 | 0.94 | 0 | 0.87 | 0.14 | 124.37 | 0.89 | 0.45 |
| Hex | D | DB | 1C | 5E | 0 | 57 | E | 7C | 59 | 2D |
| Octal | 15 | 333 | 34 | 136 | 0 | 127 | 16 | 174 | 131 | 55 |
| Binary | 1101 | 11011011 | 11100 | 1011110 | 0 | 1010111 | 1110 | 1111100 | 1011001 | 101101 |
Color Harmonies of #0DDB1C
Complementary color
Monochromatic Colors of #0DDB1C
Black with #0DDB1C
Text Example
Text Example
White with #0DDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB1C; }
p { color: rgb(13,219,28); }
H1.HeaderClassName
{
color: #0DDB1C;
}
.AnyTagClassName
{
color: #0DDB1C;
}
</style>
background-color css
<style>
a { background-color: #0DDB1C; }
a { background-color: rgb(13,219,28); }
div.DivClassName
{
background-color: #0DDB1C;
}
.BgClassName
{
background-color: #0DDB1C;
}
</style>
border-color css
<style>
span { border-color: #0DDB1C; }
span { border-color: rgb(13,219,28); }
td.TdClassName
{
border-color: #0DDB1C;
}
.TagClassName
{
border-color: #0DDB1C;
}
</style>