Shades of Free Speech Green #1CED0D
Tints of Free Speech Green #1CED0D
RGB
CMYK
RGB Variations
Color information
#1CED0D (or 0x1CED0D) is known color: Free Speech Green. HEX triplet: 1C, ED and 0D. RGB value is (28,237,13). Sum of RGB (Red+Green+Blue) = 28+237+13=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 237 (92.97% from 255 or 85.25% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 237 - color contains mainly: green. Hex color #1CED0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CED0D is #E312F2. Grayscale: #959595. Windows color (decimal): -14881523 or 912668. OLE color: 912668.
HSL color Cylindrical-coordinate representation of color #1CED0D: hue angle of 115.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CED0D is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 237 | 13 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.07 |
| HSL | 115.98º | 0.9% | 0.49% | - |
| HSV(B) | 115.98º | 0.95% | 0.93% | - |
| XYZ | 30.84 | 60.84 | 10.5 | - |
| YUV | 148.97 | 51.26 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 237 | 13 | 0.88 | 0 | 0.95 | 0.07 | 115.98 | 0.9 | 0.49 |
| Hex | 1C | ED | D | 58 | 0 | 5F | 7 | 74 | 5A | 31 |
| Octal | 34 | 355 | 15 | 130 | 0 | 137 | 7 | 164 | 132 | 61 |
| Binary | 11100 | 11101101 | 1101 | 1011000 | 0 | 1011111 | 111 | 1110100 | 1011010 | 110001 |
Color Harmonies of #1CED0D
Complementary color
Monochromatic Colors of #1CED0D
Black with #1CED0D
Text Example
Text Example
White with #1CED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CED0D; }
p { color: rgb(28,237,13); }
H1.HeaderClassName
{
color: #1CED0D;
}
.AnyTagClassName
{
color: #1CED0D;
}
</style>
background-color css
<style>
a { background-color: #1CED0D; }
a { background-color: rgb(28,237,13); }
div.DivClassName
{
background-color: #1CED0D;
}
.BgClassName
{
background-color: #1CED0D;
}
</style>
border-color css
<style>
span { border-color: #1CED0D; }
span { border-color: rgb(28,237,13); }
td.TdClassName
{
border-color: #1CED0D;
}
.TagClassName
{
border-color: #1CED0D;
}
</style>