Shades of Free Speech Green #15CC04
Tints of Free Speech Green #15CC04
RGB
CMYK
RGB Variations
Color information
#15CC04 (or 0x15CC04) is known color: Free Speech Green. HEX triplet: 15, CC and 04. RGB value is (21,204,4). Sum of RGB (Red+Green+Blue) = 21+204+4=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 204 (80.08% from 255 or 89.08% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 204 - color contains mainly: green. Hex color #15CC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CC04 is #EA33FB. Grayscale: #7F7F7F. Windows color (decimal): -15348732 or 314389. OLE color: 314389.
HSL color Cylindrical-coordinate representation of color #15CC04: hue angle of 114.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15CC04 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 204 | 4 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.2 |
| HSL | 114.9º | 0.96% | 0.41% | - |
| HSV(B) | 114.9º | 0.98% | 0.8% | - |
| XYZ | 21.92 | 43.35 | 7.33 | - |
| YUV | 126.48 | 58.87 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 4 | 0.90 | 0 | 0.98 | 0.2 | 114.9 | 0.96 | 0.41 |
| Hex | 15 | CC | 4 | 5A | 0 | 62 | 14 | 73 | 60 | 29 |
| Octal | 25 | 314 | 4 | 132 | 0 | 142 | 24 | 163 | 140 | 51 |
| Binary | 10101 | 11001100 | 100 | 1011010 | 0 | 1100010 | 10100 | 1110011 | 1100000 | 101001 |
Color Harmonies of #15CC04
Complementary color
Monochromatic Colors of #15CC04
Black with #15CC04
Text Example
Text Example
White with #15CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CC04; }
p { color: rgb(21,204,4); }
H1.HeaderClassName
{
color: #15CC04;
}
.AnyTagClassName
{
color: #15CC04;
}
</style>
background-color css
<style>
a { background-color: #15CC04; }
a { background-color: rgb(21,204,4); }
div.DivClassName
{
background-color: #15CC04;
}
.BgClassName
{
background-color: #15CC04;
}
</style>
border-color css
<style>
span { border-color: #15CC04; }
span { border-color: rgb(21,204,4); }
td.TdClassName
{
border-color: #15CC04;
}
.TagClassName
{
border-color: #15CC04;
}
</style>