Shades of Free Speech Green #1CEA0D
Tints of Free Speech Green #1CEA0D
RGB
CMYK
RGB Variations
Color information
#1CEA0D (or 0x1CEA0D) is known color: Free Speech Green. HEX triplet: 1C, EA and 0D. RGB value is (28,234,13). Sum of RGB (Red+Green+Blue) = 28+234+13=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 234 (91.80% from 255 or 85.09% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CEA0D is #E315F2. Grayscale: #939393. Windows color (decimal): -14882291 or 911900. OLE color: 911900.
HSL color Cylindrical-coordinate representation of color #1CEA0D: hue angle of 115.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CEA0D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 234 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.08 |
| HSL | 115.93º | 0.89% | 0.48% | - |
| HSV(B) | 115.93º | 0.94% | 0.92% | - |
| XYZ | 29.97 | 59.12 | 10.21 | - |
| YUV | 147.21 | 52.25 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 234 | 13 | 0.88 | 0 | 0.94 | 0.08 | 115.93 | 0.89 | 0.48 |
| Hex | 1C | EA | D | 58 | 0 | 5E | 8 | 74 | 59 | 30 |
| Octal | 34 | 352 | 15 | 130 | 0 | 136 | 10 | 164 | 131 | 60 |
| Binary | 11100 | 11101010 | 1101 | 1011000 | 0 | 1011110 | 1000 | 1110100 | 1011001 | 110000 |
Color Harmonies of #1CEA0D
Complementary color
Monochromatic Colors of #1CEA0D
Black with #1CEA0D
Text Example
Text Example
White with #1CEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEA0D; }
p { color: rgb(28,234,13); }
H1.HeaderClassName
{
color: #1CEA0D;
}
.AnyTagClassName
{
color: #1CEA0D;
}
</style>
background-color css
<style>
a { background-color: #1CEA0D; }
a { background-color: rgb(28,234,13); }
div.DivClassName
{
background-color: #1CEA0D;
}
.BgClassName
{
background-color: #1CEA0D;
}
</style>
border-color css
<style>
span { border-color: #1CEA0D; }
span { border-color: rgb(28,234,13); }
td.TdClassName
{
border-color: #1CEA0D;
}
.TagClassName
{
border-color: #1CEA0D;
}
</style>