Shades of Free Speech Green #0CFA28
Tints of Free Speech Green #0CFA28
RGB
CMYK
RGB Variations
Color information
#0CFA28 (or 0x0CFA28) is known color: Free Speech Green. HEX triplet: 0C, FA and 28. RGB value is (12,250,40). Sum of RGB (Red+Green+Blue) = 12+250+40=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 250 (98.05% from 255 or 82.78% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFA28 is #F305D7. Grayscale: #9B9B9B. Windows color (decimal): -15926744 or 2685452. OLE color: 2685452.
HSL color Cylindrical-coordinate representation of color #0CFA28: hue angle of 127.06º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFA28 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 40 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.02 |
| HSL | 127.06º | 0.96% | 0.51% | - |
| HSV(B) | 127.06º | 0.95% | 0.98% | - |
| XYZ | 34.72 | 68.6 | 13.42 | - |
| YUV | 154.9 | 63.15 | 26.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 40 | 0.95 | 0 | 0.84 | 0.02 | 127.06 | 0.96 | 0.51 |
| Hex | C | FA | 28 | 5F | 0 | 54 | 2 | 7F | 60 | 33 |
| Octal | 14 | 372 | 50 | 137 | 0 | 124 | 2 | 177 | 140 | 63 |
| Binary | 1100 | 11111010 | 101000 | 1011111 | 0 | 1010100 | 10 | 1111111 | 1100000 | 110011 |
Color Harmonies of #0CFA28
Complementary color
Monochromatic Colors of #0CFA28
Black with #0CFA28
Text Example
Text Example
White with #0CFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFA28; }
p { color: rgb(12,250,40); }
H1.HeaderClassName
{
color: #0CFA28;
}
.AnyTagClassName
{
color: #0CFA28;
}
</style>
background-color css
<style>
a { background-color: #0CFA28; }
a { background-color: rgb(12,250,40); }
div.DivClassName
{
background-color: #0CFA28;
}
.BgClassName
{
background-color: #0CFA28;
}
</style>
border-color css
<style>
span { border-color: #0CFA28; }
span { border-color: rgb(12,250,40); }
td.TdClassName
{
border-color: #0CFA28;
}
.TagClassName
{
border-color: #0CFA28;
}
</style>