Shades of Free Speech Green #0CCD03
Tints of Free Speech Green #0CCD03
RGB
CMYK
RGB Variations
Color information
#0CCD03 (or 0x0CCD03) is known color: Free Speech Green. HEX triplet: 0C, CD and 03. RGB value is (12,205,3). Sum of RGB (Red+Green+Blue) = 12+205+3=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 205 (80.47% from 255 or 93.18% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCD03 is #F332FC. Grayscale: #7C7C7C. Windows color (decimal): -15938301 or 249100. OLE color: 249100.
HSL color Cylindrical-coordinate representation of color #0CCD03: hue angle of 117.33º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CCD03 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 3 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.20 |
| HSL | 117.33º | 0.97% | 0.41% | - |
| HSV(B) | 117.33º | 0.99% | 0.8% | - |
| XYZ | 22 | 43.75 | 7.37 | - |
| YUV | 124.27 | 59.56 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 3 | 0.94 | 0 | 0.99 | 0.20 | 117.33 | 0.97 | 0.41 |
| Hex | C | CD | 3 | 5E | 0 | 63 | 14 | 75 | 61 | 29 |
| Octal | 14 | 315 | 3 | 136 | 0 | 143 | 24 | 165 | 141 | 51 |
| Binary | 1100 | 11001101 | 11 | 1011110 | 0 | 1100011 | 10100 | 1110101 | 1100001 | 101001 |
Color Harmonies of #0CCD03
Complementary color
Monochromatic Colors of #0CCD03
Black with #0CCD03
Text Example
Text Example
White with #0CCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD03; }
p { color: rgb(12,205,3); }
H1.HeaderClassName
{
color: #0CCD03;
}
.AnyTagClassName
{
color: #0CCD03;
}
</style>
background-color css
<style>
a { background-color: #0CCD03; }
a { background-color: rgb(12,205,3); }
div.DivClassName
{
background-color: #0CCD03;
}
.BgClassName
{
background-color: #0CCD03;
}
</style>
border-color css
<style>
span { border-color: #0CCD03; }
span { border-color: rgb(12,205,3); }
td.TdClassName
{
border-color: #0CCD03;
}
.TagClassName
{
border-color: #0CCD03;
}
</style>