Shades of Free Speech Green #0FE630
Tints of Free Speech Green #0FE630
RGB
CMYK
RGB Variations
Color information
#0FE630 (or 0x0FE630) is known color: Free Speech Green. HEX triplet: 0F, E6 and 30. RGB value is (15,230,48). Sum of RGB (Red+Green+Blue) = 15+230+48=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 230 (90.23% from 255 or 78.50% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE630 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE630 is #F019CF. Grayscale: #919191. Windows color (decimal): -15735248 or 3204623. OLE color: 3204623.
HSL color Cylindrical-coordinate representation of color #0FE630: hue angle of 129.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE630 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 48 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.10 |
| HSL | 129.21º | 0.88% | 0.48% | - |
| HSV(B) | 129.21º | 0.93% | 0.9% | - |
| XYZ | 29.03 | 56.91 | 12.25 | - |
| YUV | 144.97 | 73.27 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 48 | 0.93 | 0 | 0.79 | 0.10 | 129.21 | 0.88 | 0.48 |
| Hex | F | E6 | 30 | 5D | 0 | 4F | A | 81 | 58 | 30 |
| Octal | 17 | 346 | 60 | 135 | 0 | 117 | 12 | 201 | 130 | 60 |
| Binary | 1111 | 11100110 | 110000 | 1011101 | 0 | 1001111 | 1010 | 10000001 | 1011000 | 110000 |
Color Harmonies of #0FE630
Complementary color
Monochromatic Colors of #0FE630
Black with #0FE630
Text Example
Text Example
White with #0FE630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE630; }
p { color: rgb(15,230,48); }
H1.HeaderClassName
{
color: #0FE630;
}
.AnyTagClassName
{
color: #0FE630;
}
</style>
background-color css
<style>
a { background-color: #0FE630; }
a { background-color: rgb(15,230,48); }
div.DivClassName
{
background-color: #0FE630;
}
.BgClassName
{
background-color: #0FE630;
}
</style>
border-color css
<style>
span { border-color: #0FE630; }
span { border-color: rgb(15,230,48); }
td.TdClassName
{
border-color: #0FE630;
}
.TagClassName
{
border-color: #0FE630;
}
</style>