Shades of Free Speech Green #14CB02
Tints of Free Speech Green #14CB02
RGB
CMYK
RGB Variations
Color information
#14CB02 (or 0x14CB02) is known color: Free Speech Green. HEX triplet: 14, CB and 02. RGB value is (20,203,2). Sum of RGB (Red+Green+Blue) = 20+203+2=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CB02 is #EB34FD. Grayscale: #7D7D7D. Windows color (decimal): -15414526 or 183060. OLE color: 183060.
HSL color Cylindrical-coordinate representation of color #14CB02: hue angle of 114.63º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14CB02 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.20 |
| HSL | 114.63º | 0.98% | 0.4% | - |
| HSV(B) | 114.63º | 0.99% | 0.8% | - |
| XYZ | 21.66 | 42.86 | 7.19 | - |
| YUV | 125.37 | 58.37 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 2 | 0.90 | 0 | 0.99 | 0.20 | 114.63 | 0.98 | 0.4 |
| Hex | 14 | CB | 2 | 5A | 0 | 63 | 14 | 73 | 62 | 28 |
| Octal | 24 | 313 | 2 | 132 | 0 | 143 | 24 | 163 | 142 | 50 |
| Binary | 10100 | 11001011 | 10 | 1011010 | 0 | 1100011 | 10100 | 1110011 | 1100010 | 101000 |
Color Harmonies of #14CB02
Complementary color
Monochromatic Colors of #14CB02
Black with #14CB02
Text Example
Text Example
White with #14CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB02; }
p { color: rgb(20,203,2); }
H1.HeaderClassName
{
color: #14CB02;
}
.AnyTagClassName
{
color: #14CB02;
}
</style>
background-color css
<style>
a { background-color: #14CB02; }
a { background-color: rgb(20,203,2); }
div.DivClassName
{
background-color: #14CB02;
}
.BgClassName
{
background-color: #14CB02;
}
</style>
border-color css
<style>
span { border-color: #14CB02; }
span { border-color: rgb(20,203,2); }
td.TdClassName
{
border-color: #14CB02;
}
.TagClassName
{
border-color: #14CB02;
}
</style>