Shades of Green #145F00
Tints of Green #145F00
RGB
CMYK
RGB Variations
Color information
#145F00 (or 0x145F00) is known color: Green. HEX triplet: 14, 5F and 00. RGB value is (20,95,0). Sum of RGB (Red+Green+Blue) = 20+95+0=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 95 (37.5% from 255 or 82.61% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 95 - color contains mainly: green. Hex color #145F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145F00 is #EBA0FF. Grayscale: #3E3E3E. Windows color (decimal): -15442176 or 24340. OLE color: 24340.
HSL color Cylindrical-coordinate representation of color #145F00: hue angle of 107.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #145F00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.63 |
| HSL | 107.37º | 1% | 0.19% | - |
| HSV(B) | 107.37º | 1% | 0.37% | - |
| XYZ | 4.38 | 8.33 | 1.38 | - |
| YUV | 61.75 | 93.15 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 0 | 0.79 | 0 | 1 | 0.63 | 107.37 | 1 | 0.19 |
| Hex | 14 | 5F | 0 | 4F | 0 | 64 | 3F | 6B | 64 | 13 |
| Octal | 24 | 137 | 0 | 117 | 0 | 144 | 77 | 153 | 144 | 23 |
| Binary | 10100 | 1011111 | 0 | 1001111 | 0 | 1100100 | 111111 | 1101011 | 1100100 | 10011 |
Color Harmonies of #145F00
Complementary color
Monochromatic Colors of #145F00
Black with #145F00
Text Example
Text Example
White with #145F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F00; }
p { color: rgb(20,95,0); }
H1.HeaderClassName
{
color: #145F00;
}
.AnyTagClassName
{
color: #145F00;
}
</style>
background-color css
<style>
a { background-color: #145F00; }
a { background-color: rgb(20,95,0); }
div.DivClassName
{
background-color: #145F00;
}
.BgClassName
{
background-color: #145F00;
}
</style>
border-color css
<style>
span { border-color: #145F00; }
span { border-color: rgb(20,95,0); }
td.TdClassName
{
border-color: #145F00;
}
.TagClassName
{
border-color: #145F00;
}
</style>