Shades of Free Speech Green #13CE08
Tints of Free Speech Green #13CE08
RGB
CMYK
RGB Variations
Color information
#13CE08 (or 0x13CE08) is known color: Free Speech Green. HEX triplet: 13, CE and 08. RGB value is (19,206,8). Sum of RGB (Red+Green+Blue) = 19+206+8=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 206 (80.86% from 255 or 88.41% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CE08 is #EC31F7. Grayscale: #808080. Windows color (decimal): -15479288 or 577043. OLE color: 577043.
HSL color Cylindrical-coordinate representation of color #13CE08: hue angle of 116.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13CE08 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 8 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.19 |
| HSL | 116.67º | 0.93% | 0.42% | - |
| HSV(B) | 116.67º | 0.96% | 0.81% | - |
| XYZ | 22.38 | 44.3 | 7.6 | - |
| YUV | 127.52 | 60.55 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 8 | 0.91 | 0 | 0.96 | 0.19 | 116.67 | 0.93 | 0.42 |
| Hex | 13 | CE | 8 | 5B | 0 | 60 | 13 | 75 | 5D | 2A |
| Octal | 23 | 316 | 10 | 133 | 0 | 140 | 23 | 165 | 135 | 52 |
| Binary | 10011 | 11001110 | 1000 | 1011011 | 0 | 1100000 | 10011 | 1110101 | 1011101 | 101010 |
Color Harmonies of #13CE08
Complementary color
Monochromatic Colors of #13CE08
Black with #13CE08
Text Example
Text Example
White with #13CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE08; }
p { color: rgb(19,206,8); }
H1.HeaderClassName
{
color: #13CE08;
}
.AnyTagClassName
{
color: #13CE08;
}
</style>
background-color css
<style>
a { background-color: #13CE08; }
a { background-color: rgb(19,206,8); }
div.DivClassName
{
background-color: #13CE08;
}
.BgClassName
{
background-color: #13CE08;
}
</style>
border-color css
<style>
span { border-color: #13CE08; }
span { border-color: rgb(19,206,8); }
td.TdClassName
{
border-color: #13CE08;
}
.TagClassName
{
border-color: #13CE08;
}
</style>