Shades of Free Speech Green #0CFC29
Tints of Free Speech Green #0CFC29
RGB
CMYK
RGB Variations
Color information
#0CFC29 (or 0x0CFC29) is known color: Free Speech Green. HEX triplet: 0C, FC and 29. RGB value is (12,252,41). Sum of RGB (Red+Green+Blue) = 12+252+41=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 252 (98.83% from 255 or 82.62% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFC29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFC29 is #F303D6. Grayscale: #9C9C9C. Windows color (decimal): -15926231 or 2751500. OLE color: 2751500.
HSL color Cylindrical-coordinate representation of color #0CFC29: hue angle of 127.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFC29 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 41 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.01 |
| HSL | 127.25º | 0.98% | 0.52% | - |
| HSV(B) | 127.25º | 0.95% | 0.99% | - |
| XYZ | 35.36 | 69.86 | 13.72 | - |
| YUV | 156.19 | 62.99 | 25.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 41 | 0.95 | 0 | 0.84 | 0.01 | 127.25 | 0.98 | 0.52 |
| Hex | C | FC | 29 | 5F | 0 | 54 | 1 | 7F | 62 | 34 |
| Octal | 14 | 374 | 51 | 137 | 0 | 124 | 1 | 177 | 142 | 64 |
| Binary | 1100 | 11111100 | 101001 | 1011111 | 0 | 1010100 | 1 | 1111111 | 1100010 | 110100 |
Color Harmonies of #0CFC29
Complementary color
Monochromatic Colors of #0CFC29
Black with #0CFC29
Text Example
Text Example
White with #0CFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFC29; }
p { color: rgb(12,252,41); }
H1.HeaderClassName
{
color: #0CFC29;
}
.AnyTagClassName
{
color: #0CFC29;
}
</style>
background-color css
<style>
a { background-color: #0CFC29; }
a { background-color: rgb(12,252,41); }
div.DivClassName
{
background-color: #0CFC29;
}
.BgClassName
{
background-color: #0CFC29;
}
</style>
border-color css
<style>
span { border-color: #0CFC29; }
span { border-color: rgb(12,252,41); }
td.TdClassName
{
border-color: #0CFC29;
}
.TagClassName
{
border-color: #0CFC29;
}
</style>