Shades of Free Speech Green #1CD50A
Tints of Free Speech Green #1CD50A
RGB
CMYK
RGB Variations
Color information
#1CD50A (or 0x1CD50A) is known color: Free Speech Green. HEX triplet: 1C, D5 and 0A. RGB value is (28,213,10). Sum of RGB (Red+Green+Blue) = 28+213+10=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 213 (83.59% from 255 or 84.86% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 213 - color contains mainly: green. Hex color #1CD50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD50A is #E32AF5. Grayscale: #878787. Windows color (decimal): -14887670 or 709916. OLE color: 709916.
HSL color Cylindrical-coordinate representation of color #1CD50A: hue angle of 114.68º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CD50A is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 213 | 10 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.16 |
| HSL | 114.68º | 0.91% | 0.44% | - |
| HSV(B) | 114.68º | 0.95% | 0.84% | - |
| XYZ | 24.33 | 47.86 | 8.24 | - |
| YUV | 134.54 | 57.71 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 213 | 10 | 0.87 | 0 | 0.95 | 0.16 | 114.68 | 0.91 | 0.44 |
| Hex | 1C | D5 | A | 57 | 0 | 5F | 10 | 73 | 5B | 2C |
| Octal | 34 | 325 | 12 | 127 | 0 | 137 | 20 | 163 | 133 | 54 |
| Binary | 11100 | 11010101 | 1010 | 1010111 | 0 | 1011111 | 10000 | 1110011 | 1011011 | 101100 |
Color Harmonies of #1CD50A
Complementary color
Monochromatic Colors of #1CD50A
Black with #1CD50A
Text Example
Text Example
White with #1CD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD50A; }
p { color: rgb(28,213,10); }
H1.HeaderClassName
{
color: #1CD50A;
}
.AnyTagClassName
{
color: #1CD50A;
}
</style>
background-color css
<style>
a { background-color: #1CD50A; }
a { background-color: rgb(28,213,10); }
div.DivClassName
{
background-color: #1CD50A;
}
.BgClassName
{
background-color: #1CD50A;
}
</style>
border-color css
<style>
span { border-color: #1CD50A; }
span { border-color: rgb(28,213,10); }
td.TdClassName
{
border-color: #1CD50A;
}
.TagClassName
{
border-color: #1CD50A;
}
</style>