Shades of Free Speech Green #0CCE05
Tints of Free Speech Green #0CCE05
RGB
CMYK
RGB Variations
Color information
#0CCE05 (or 0x0CCE05) is known color: Free Speech Green. HEX triplet: 0C, CE and 05. RGB value is (12,206,5). Sum of RGB (Red+Green+Blue) = 12+206+5=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 206 (80.86% from 255 or 92.38% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCE05 is #F331FA. Grayscale: #7D7D7D. Windows color (decimal): -15938043 or 380428. OLE color: 380428.
HSL color Cylindrical-coordinate representation of color #0CCE05: hue angle of 117.91º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CCE05 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 5 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.19 |
| HSL | 117.91º | 0.95% | 0.41% | - |
| HSV(B) | 117.91º | 0.98% | 0.81% | - |
| XYZ | 22.25 | 44.23 | 7.51 | - |
| YUV | 125.08 | 60.23 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 5 | 0.94 | 0 | 0.98 | 0.19 | 117.91 | 0.95 | 0.41 |
| Hex | C | CE | 5 | 5E | 0 | 62 | 13 | 76 | 5F | 29 |
| Octal | 14 | 316 | 5 | 136 | 0 | 142 | 23 | 166 | 137 | 51 |
| Binary | 1100 | 11001110 | 101 | 1011110 | 0 | 1100010 | 10011 | 1110110 | 1011111 | 101001 |
Color Harmonies of #0CCE05
Complementary color
Monochromatic Colors of #0CCE05
Black with #0CCE05
Text Example
Text Example
White with #0CCE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE05; }
p { color: rgb(12,206,5); }
H1.HeaderClassName
{
color: #0CCE05;
}
.AnyTagClassName
{
color: #0CCE05;
}
</style>
background-color css
<style>
a { background-color: #0CCE05; }
a { background-color: rgb(12,206,5); }
div.DivClassName
{
background-color: #0CCE05;
}
.BgClassName
{
background-color: #0CCE05;
}
</style>
border-color css
<style>
span { border-color: #0CCE05; }
span { border-color: rgb(12,206,5); }
td.TdClassName
{
border-color: #0CCE05;
}
.TagClassName
{
border-color: #0CCE05;
}
</style>