Shades of Free Speech Green #0AFD2D
Tints of Free Speech Green #0AFD2D
RGB
CMYK
RGB Variations
Color information
#0AFD2D (or 0x0AFD2D) is known color: Free Speech Green. HEX triplet: 0A, FD and 2D. RGB value is (10,253,45). Sum of RGB (Red+Green+Blue) = 10+253+45=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 253 (99.22% from 255 or 82.14% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFD2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFD2D is #F502D2. Grayscale: #9D9D9D. Windows color (decimal): -16057043 or 3013898. OLE color: 3013898.
HSL color Cylindrical-coordinate representation of color #0AFD2D: hue angle of 128.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFD2D is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 253 | 45 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.01 |
| HSL | 128.64º | 0.98% | 0.52% | - |
| HSV(B) | 128.64º | 0.96% | 0.99% | - |
| XYZ | 35.72 | 70.5 | 14.21 | - |
| YUV | 156.63 | 64.99 | 23.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 253 | 45 | 0.96 | 0 | 0.82 | 0.01 | 128.64 | 0.98 | 0.52 |
| Hex | A | FD | 2D | 60 | 0 | 52 | 1 | 81 | 62 | 34 |
| Octal | 12 | 375 | 55 | 140 | 0 | 122 | 1 | 201 | 142 | 64 |
| Binary | 1010 | 11111101 | 101101 | 1100000 | 0 | 1010010 | 1 | 10000001 | 1100010 | 110100 |
Color Harmonies of #0AFD2D
Complementary color
Monochromatic Colors of #0AFD2D
Black with #0AFD2D
Text Example
Text Example
White with #0AFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFD2D; }
p { color: rgb(10,253,45); }
H1.HeaderClassName
{
color: #0AFD2D;
}
.AnyTagClassName
{
color: #0AFD2D;
}
</style>
background-color css
<style>
a { background-color: #0AFD2D; }
a { background-color: rgb(10,253,45); }
div.DivClassName
{
background-color: #0AFD2D;
}
.BgClassName
{
background-color: #0AFD2D;
}
</style>
border-color css
<style>
span { border-color: #0AFD2D; }
span { border-color: rgb(10,253,45); }
td.TdClassName
{
border-color: #0AFD2D;
}
.TagClassName
{
border-color: #0AFD2D;
}
</style>