Shades of Free Speech Green #10CE04
Tints of Free Speech Green #10CE04
RGB
CMYK
RGB Variations
Color information
#10CE04 (or 0x10CE04) is known color: Free Speech Green. HEX triplet: 10, CE and 04. RGB value is (16,206,4). Sum of RGB (Red+Green+Blue) = 16+206+4=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 206 (80.86% from 255 or 91.15% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CE04 is #EF31FB. Grayscale: #7E7E7E. Windows color (decimal): -15675900 or 314896. OLE color: 314896.
HSL color Cylindrical-coordinate representation of color #10CE04: hue angle of 116.44º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10CE04 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 4 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.19 |
| HSL | 116.44º | 0.96% | 0.41% | - |
| HSV(B) | 116.44º | 0.98% | 0.81% | - |
| XYZ | 22.31 | 44.26 | 7.48 | - |
| YUV | 126.16 | 59.05 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 4 | 0.92 | 0 | 0.98 | 0.19 | 116.44 | 0.96 | 0.41 |
| Hex | 10 | CE | 4 | 5C | 0 | 62 | 13 | 74 | 60 | 29 |
| Octal | 20 | 316 | 4 | 134 | 0 | 142 | 23 | 164 | 140 | 51 |
| Binary | 10000 | 11001110 | 100 | 1011100 | 0 | 1100010 | 10011 | 1110100 | 1100000 | 101001 |
Color Harmonies of #10CE04
Complementary color
Monochromatic Colors of #10CE04
Black with #10CE04
Text Example
Text Example
White with #10CE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE04; }
p { color: rgb(16,206,4); }
H1.HeaderClassName
{
color: #10CE04;
}
.AnyTagClassName
{
color: #10CE04;
}
</style>
background-color css
<style>
a { background-color: #10CE04; }
a { background-color: rgb(16,206,4); }
div.DivClassName
{
background-color: #10CE04;
}
.BgClassName
{
background-color: #10CE04;
}
</style>
border-color css
<style>
span { border-color: #10CE04; }
span { border-color: rgb(16,206,4); }
td.TdClassName
{
border-color: #10CE04;
}
.TagClassName
{
border-color: #10CE04;
}
</style>