Shades of Free Speech Green #0CE619
Tints of Free Speech Green #0CE619
RGB
CMYK
RGB Variations
Color information
#0CE619 (or 0x0CE619) is known color: Free Speech Green. HEX triplet: 0C, E6 and 19. RGB value is (12,230,25). Sum of RGB (Red+Green+Blue) = 12+230+25=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 230 (90.23% from 255 or 86.14% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE619 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CE619 is #F319E6. Grayscale: #8E8E8E. Windows color (decimal): -15931879 or 1697292. OLE color: 1697292.
HSL color Cylindrical-coordinate representation of color #0CE619: hue angle of 123.58º 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 #0CE619 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 230 | 25 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.10 |
| HSL | 123.58º | 0.9% | 0.47% | - |
| HSV(B) | 123.58º | 0.95% | 0.9% | - |
| XYZ | 28.62 | 56.74 | 10.36 | - |
| YUV | 141.45 | 62.28 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 230 | 25 | 0.95 | 0 | 0.89 | 0.10 | 123.58 | 0.9 | 0.47 |
| Hex | C | E6 | 19 | 5F | 0 | 59 | A | 7C | 5A | 2F |
| Octal | 14 | 346 | 31 | 137 | 0 | 131 | 12 | 174 | 132 | 57 |
| Binary | 1100 | 11100110 | 11001 | 1011111 | 0 | 1011001 | 1010 | 1111100 | 1011010 | 101111 |
Color Harmonies of #0CE619
Complementary color
Monochromatic Colors of #0CE619
Black with #0CE619
Text Example
Text Example
White with #0CE619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE619; }
p { color: rgb(12,230,25); }
H1.HeaderClassName
{
color: #0CE619;
}
.AnyTagClassName
{
color: #0CE619;
}
</style>
background-color css
<style>
a { background-color: #0CE619; }
a { background-color: rgb(12,230,25); }
div.DivClassName
{
background-color: #0CE619;
}
.BgClassName
{
background-color: #0CE619;
}
</style>
border-color css
<style>
span { border-color: #0CE619; }
span { border-color: rgb(12,230,25); }
td.TdClassName
{
border-color: #0CE619;
}
.TagClassName
{
border-color: #0CE619;
}
</style>