Shades of Free Speech Green #0CE925
Tints of Free Speech Green #0CE925
RGB
CMYK
RGB Variations
Color information
#0CE925 (or 0x0CE925) is known color: Free Speech Green. HEX triplet: 0C, E9 and 25. RGB value is (12,233,37). Sum of RGB (Red+Green+Blue) = 12+233+37=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 233 (91.41% from 255 or 82.62% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE925 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CE925 is #F316DA. Grayscale: #919191. Windows color (decimal): -15931099 or 2484492. OLE color: 2484492.
HSL color Cylindrical-coordinate representation of color #0CE925: hue angle of 126.79º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE925 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 233 | 37 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.09 |
| HSL | 126.79º | 0.9% | 0.48% | - |
| HSV(B) | 126.79º | 0.95% | 0.91% | - |
| XYZ | 29.62 | 58.49 | 11.48 | - |
| YUV | 144.58 | 67.28 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 233 | 37 | 0.95 | 0 | 0.84 | 0.09 | 126.79 | 0.9 | 0.48 |
| Hex | C | E9 | 25 | 5F | 0 | 54 | 9 | 7F | 5A | 30 |
| Octal | 14 | 351 | 45 | 137 | 0 | 124 | 11 | 177 | 132 | 60 |
| Binary | 1100 | 11101001 | 100101 | 1011111 | 0 | 1010100 | 1001 | 1111111 | 1011010 | 110000 |
Color Harmonies of #0CE925
Complementary color
Monochromatic Colors of #0CE925
Black with #0CE925
Text Example
Text Example
White with #0CE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE925; }
p { color: rgb(12,233,37); }
H1.HeaderClassName
{
color: #0CE925;
}
.AnyTagClassName
{
color: #0CE925;
}
</style>
background-color css
<style>
a { background-color: #0CE925; }
a { background-color: rgb(12,233,37); }
div.DivClassName
{
background-color: #0CE925;
}
.BgClassName
{
background-color: #0CE925;
}
</style>
border-color css
<style>
span { border-color: #0CE925; }
span { border-color: rgb(12,233,37); }
td.TdClassName
{
border-color: #0CE925;
}
.TagClassName
{
border-color: #0CE925;
}
</style>