Shades of Free Speech Green #00CF0A
Tints of Free Speech Green #00CF0A
RGB
CMYK
RGB Variations
Color information
#00CF0A (or 0x00CF0A) is known color: Free Speech Green. HEX triplet: 00, CF and 0A. RGB value is (0,207,10). Sum of RGB (Red+Green+Blue) = 0+207+10=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 207 (81.25% from 255 or 95.39% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CF0A is #FF30F5. Grayscale: #7B7B7B. Windows color (decimal): -16724214 or 708352. OLE color: 708352.
HSL color Cylindrical-coordinate representation of color #00CF0A: hue angle of 122.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF0A is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 10 | - |
| CMYK | 1 | 0 | 0.95 | 0.19 |
| HSL | 122.9º | 1% | 0.41% | - |
| HSV(B) | 122.9º | 1% | 0.81% | - |
| XYZ | 22.37 | 44.65 | 7.73 | - |
| YUV | 122.65 | 64.42 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 10 | 1 | 0 | 0.95 | 0.19 | 122.9 | 1 | 0.41 |
| Hex | 0 | CF | A | 64 | 0 | 5F | 13 | 7B | 64 | 29 |
| Octal | 0 | 317 | 12 | 144 | 0 | 137 | 23 | 173 | 144 | 51 |
| Binary | 0 | 11001111 | 1010 | 1100100 | 0 | 1011111 | 10011 | 1111011 | 1100100 | 101001 |
Color Harmonies of #00CF0A
Complementary color
Monochromatic Colors of #00CF0A
Black with #00CF0A
Text Example
Text Example
White with #00CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CF0A; }
p { color: rgb(0,207,10); }
H1.HeaderClassName
{
color: #00CF0A;
}
.AnyTagClassName
{
color: #00CF0A;
}
</style>
background-color css
<style>
a { background-color: #00CF0A; }
a { background-color: rgb(0,207,10); }
div.DivClassName
{
background-color: #00CF0A;
}
.BgClassName
{
background-color: #00CF0A;
}
</style>
border-color css
<style>
span { border-color: #00CF0A; }
span { border-color: rgb(0,207,10); }
td.TdClassName
{
border-color: #00CF0A;
}
.TagClassName
{
border-color: #00CF0A;
}
</style>