Shades of Free Speech Green #18C902
Tints of Free Speech Green #18C902
RGB
CMYK
RGB Variations
Color information
#18C902 (or 0x18C902) is known color: Free Speech Green. HEX triplet: 18, C9 and 02. RGB value is (24,201,2). Sum of RGB (Red+Green+Blue) = 24+201+2=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 201 (78.91% from 255 or 88.55% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 201 - color contains mainly: green. Hex color #18C902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C902 is #E736FD. Grayscale: #7E7E7E. Windows color (decimal): -15152894 or 182552. OLE color: 182552.
HSL color Cylindrical-coordinate representation of color #18C902: hue angle of 113.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18C902 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.21 |
| HSL | 113.37º | 0.98% | 0.4% | - |
| HSV(B) | 113.37º | 0.99% | 0.79% | - |
| XYZ | 21.27 | 41.97 | 7.04 | - |
| YUV | 125.39 | 58.36 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 2 | 0.88 | 0 | 0.99 | 0.21 | 113.37 | 0.98 | 0.4 |
| Hex | 18 | C9 | 2 | 58 | 0 | 63 | 15 | 71 | 62 | 28 |
| Octal | 30 | 311 | 2 | 130 | 0 | 143 | 25 | 161 | 142 | 50 |
| Binary | 11000 | 11001001 | 10 | 1011000 | 0 | 1100011 | 10101 | 1110001 | 1100010 | 101000 |
Color Harmonies of #18C902
Complementary color
Monochromatic Colors of #18C902
Black with #18C902
Text Example
Text Example
White with #18C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C902; }
p { color: rgb(24,201,2); }
H1.HeaderClassName
{
color: #18C902;
}
.AnyTagClassName
{
color: #18C902;
}
</style>
background-color css
<style>
a { background-color: #18C902; }
a { background-color: rgb(24,201,2); }
div.DivClassName
{
background-color: #18C902;
}
.BgClassName
{
background-color: #18C902;
}
</style>
border-color css
<style>
span { border-color: #18C902; }
span { border-color: rgb(24,201,2); }
td.TdClassName
{
border-color: #18C902;
}
.TagClassName
{
border-color: #18C902;
}
</style>