Shades of Free Speech Green #0CD908
Tints of Free Speech Green #0CD908
RGB
CMYK
RGB Variations
Color information
#0CD908 (or 0x0CD908) is known color: Free Speech Green. HEX triplet: 0C, D9 and 08. RGB value is (12,217,8). Sum of RGB (Red+Green+Blue) = 12+217+8=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 217 (85.16% from 255 or 91.56% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD908 is #F326F7. Grayscale: #848484. Windows color (decimal): -15935224 or 579852. OLE color: 579852.
HSL color Cylindrical-coordinate representation of color #0CD908: hue angle of 118.85º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CD908 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 217 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.15 |
| HSL | 118.85º | 0.93% | 0.44% | - |
| HSV(B) | 118.85º | 0.96% | 0.85% | - |
| XYZ | 25.01 | 49.72 | 8.51 | - |
| YUV | 131.88 | 58.08 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 217 | 8 | 0.94 | 0 | 0.96 | 0.15 | 118.85 | 0.93 | 0.44 |
| Hex | C | D9 | 8 | 5E | 0 | 60 | F | 77 | 5D | 2C |
| Octal | 14 | 331 | 10 | 136 | 0 | 140 | 17 | 167 | 135 | 54 |
| Binary | 1100 | 11011001 | 1000 | 1011110 | 0 | 1100000 | 1111 | 1110111 | 1011101 | 101100 |
Color Harmonies of #0CD908
Complementary color
Monochromatic Colors of #0CD908
Black with #0CD908
Text Example
Text Example
White with #0CD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD908; }
p { color: rgb(12,217,8); }
H1.HeaderClassName
{
color: #0CD908;
}
.AnyTagClassName
{
color: #0CD908;
}
</style>
background-color css
<style>
a { background-color: #0CD908; }
a { background-color: rgb(12,217,8); }
div.DivClassName
{
background-color: #0CD908;
}
.BgClassName
{
background-color: #0CD908;
}
</style>
border-color css
<style>
span { border-color: #0CD908; }
span { border-color: rgb(12,217,8); }
td.TdClassName
{
border-color: #0CD908;
}
.TagClassName
{
border-color: #0CD908;
}
</style>