Shades of Free Speech Green #0CE527
Tints of Free Speech Green #0CE527
RGB
CMYK
RGB Variations
Color information
#0CE527 (or 0x0CE527) is known color: Free Speech Green. HEX triplet: 0C, E5 and 27. RGB value is (12,229,39). Sum of RGB (Red+Green+Blue) = 12+229+39=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 229 (89.84% from 255 or 81.79% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE527 is #F31AD8. Grayscale: #8E8E8E. Windows color (decimal): -15932121 or 2614540. OLE color: 2614540.
HSL color Cylindrical-coordinate representation of color #0CE527: hue angle of 127.47º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE527 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 39 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.10 |
| HSL | 127.47º | 0.9% | 0.47% | - |
| HSV(B) | 127.47º | 0.95% | 0.9% | - |
| XYZ | 28.54 | 56.26 | 11.28 | - |
| YUV | 142.46 | 69.61 | 34.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 39 | 0.95 | 0 | 0.83 | 0.10 | 127.47 | 0.9 | 0.47 |
| Hex | C | E5 | 27 | 5F | 0 | 53 | A | 7F | 5A | 2F |
| Octal | 14 | 345 | 47 | 137 | 0 | 123 | 12 | 177 | 132 | 57 |
| Binary | 1100 | 11100101 | 100111 | 1011111 | 0 | 1010011 | 1010 | 1111111 | 1011010 | 101111 |
Color Harmonies of #0CE527
Complementary color
Monochromatic Colors of #0CE527
Black with #0CE527
Text Example
Text Example
White with #0CE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE527; }
p { color: rgb(12,229,39); }
H1.HeaderClassName
{
color: #0CE527;
}
.AnyTagClassName
{
color: #0CE527;
}
</style>
background-color css
<style>
a { background-color: #0CE527; }
a { background-color: rgb(12,229,39); }
div.DivClassName
{
background-color: #0CE527;
}
.BgClassName
{
background-color: #0CE527;
}
</style>
border-color css
<style>
span { border-color: #0CE527; }
span { border-color: rgb(12,229,39); }
td.TdClassName
{
border-color: #0CE527;
}
.TagClassName
{
border-color: #0CE527;
}
</style>