Shades of Free Speech Green #0DDA02
Tints of Free Speech Green #0DDA02
RGB
CMYK
RGB Variations
Color information
#0DDA02 (or 0x0DDA02) is known color: Free Speech Green. HEX triplet: 0D, DA and 02. RGB value is (13,218,2). Sum of RGB (Red+Green+Blue) = 13+218+2=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 218 (85.55% from 255 or 93.56% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDA02 is #F225FD. Grayscale: #848484. Windows color (decimal): -15869438 or 186893. OLE color: 186893.
HSL color Cylindrical-coordinate representation of color #0DDA02: hue angle of 116.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DDA02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.15 |
| HSL | 116.94º | 0.98% | 0.43% | - |
| HSV(B) | 116.94º | 0.99% | 0.85% | - |
| XYZ | 25.25 | 50.23 | 8.42 | - |
| YUV | 132.08 | 54.58 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 2 | 0.94 | 0 | 0.99 | 0.15 | 116.94 | 0.98 | 0.43 |
| Hex | D | DA | 2 | 5E | 0 | 63 | F | 75 | 62 | 2B |
| Octal | 15 | 332 | 2 | 136 | 0 | 143 | 17 | 165 | 142 | 53 |
| Binary | 1101 | 11011010 | 10 | 1011110 | 0 | 1100011 | 1111 | 1110101 | 1100010 | 101011 |
Color Harmonies of #0DDA02
Complementary color
Monochromatic Colors of #0DDA02
Black with #0DDA02
Text Example
Text Example
White with #0DDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA02; }
p { color: rgb(13,218,2); }
H1.HeaderClassName
{
color: #0DDA02;
}
.AnyTagClassName
{
color: #0DDA02;
}
</style>
background-color css
<style>
a { background-color: #0DDA02; }
a { background-color: rgb(13,218,2); }
div.DivClassName
{
background-color: #0DDA02;
}
.BgClassName
{
background-color: #0DDA02;
}
</style>
border-color css
<style>
span { border-color: #0DDA02; }
span { border-color: rgb(13,218,2); }
td.TdClassName
{
border-color: #0DDA02;
}
.TagClassName
{
border-color: #0DDA02;
}
</style>