Shades of Free Speech Green #15CF0A
Tints of Free Speech Green #15CF0A
RGB
CMYK
RGB Variations
Color information
#15CF0A (or 0x15CF0A) is known color: Free Speech Green. HEX triplet: 15, CF and 0A. RGB value is (21,207,10). Sum of RGB (Red+Green+Blue) = 21+207+10=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 207 (81.25% from 255 or 86.97% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 207 - color contains mainly: green. Hex color #15CF0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CF0A is #EA30F5. Grayscale: #818181. Windows color (decimal): -15347958 or 708373. OLE color: 708373.
HSL color Cylindrical-coordinate representation of color #15CF0A: hue angle of 116.65º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15CF0A is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 207 | 10 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.19 |
| HSL | 116.65º | 0.91% | 0.43% | - |
| HSV(B) | 116.65º | 0.95% | 0.81% | - |
| XYZ | 22.68 | 44.81 | 7.74 | - |
| YUV | 128.93 | 60.88 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 10 | 0.90 | 0 | 0.95 | 0.19 | 116.65 | 0.91 | 0.43 |
| Hex | 15 | CF | A | 5A | 0 | 5F | 13 | 75 | 5B | 2B |
| Octal | 25 | 317 | 12 | 132 | 0 | 137 | 23 | 165 | 133 | 53 |
| Binary | 10101 | 11001111 | 1010 | 1011010 | 0 | 1011111 | 10011 | 1110101 | 1011011 | 101011 |
Color Harmonies of #15CF0A
Complementary color
Monochromatic Colors of #15CF0A
Black with #15CF0A
Text Example
Text Example
White with #15CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CF0A; }
p { color: rgb(21,207,10); }
H1.HeaderClassName
{
color: #15CF0A;
}
.AnyTagClassName
{
color: #15CF0A;
}
</style>
background-color css
<style>
a { background-color: #15CF0A; }
a { background-color: rgb(21,207,10); }
div.DivClassName
{
background-color: #15CF0A;
}
.BgClassName
{
background-color: #15CF0A;
}
</style>
border-color css
<style>
span { border-color: #15CF0A; }
span { border-color: rgb(21,207,10); }
td.TdClassName
{
border-color: #15CF0A;
}
.TagClassName
{
border-color: #15CF0A;
}
</style>