Shades of La Palma #468F12
Tints of La Palma #468F12
RGB
CMYK
RGB Variations
Color information
#468F12 (or 0x468F12) is known color: La Palma. HEX triplet: 46, 8F and 12. RGB value is (70,143,18). Sum of RGB (Red+Green+Blue) = 70+143+18=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 143 (56.25% from 255 or 61.90% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 143 - color contains mainly: green. Hex color #468F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468F12 is #B970ED. Grayscale: #6B6B6B. Windows color (decimal): -12153070 or 1216326. OLE color: 1216326.
HSL color Cylindrical-coordinate representation of color #468F12: hue angle of 95.04º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #468F12 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 18 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.44 |
| HSL | 95.04º | 0.78% | 0.32% | - |
| HSV(B) | 95.04º | 0.87% | 0.56% | - |
| XYZ | 12.46 | 20.99 | 3.97 | - |
| YUV | 106.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 18 | 0.51 | 0 | 0.87 | 0.44 | 95.04 | 0.78 | 0.32 |
| Hex | 46 | 8F | 12 | 33 | 0 | 57 | 2C | 5F | 4E | 20 |
| Octal | 106 | 217 | 22 | 63 | 0 | 127 | 54 | 137 | 116 | 40 |
| Binary | 1000110 | 10001111 | 10010 | 110011 | 0 | 1010111 | 101100 | 1011111 | 1001110 | 100000 |
Color Harmonies of #468F12
Complementary color
Monochromatic Colors of #468F12
Black with #468F12
Text Example
Text Example
White with #468F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F12; }
p { color: rgb(70,143,18); }
H1.HeaderClassName
{
color: #468F12;
}
.AnyTagClassName
{
color: #468F12;
}
</style>
background-color css
<style>
a { background-color: #468F12; }
a { background-color: rgb(70,143,18); }
div.DivClassName
{
background-color: #468F12;
}
.BgClassName
{
background-color: #468F12;
}
</style>
border-color css
<style>
span { border-color: #468F12; }
span { border-color: rgb(70,143,18); }
td.TdClassName
{
border-color: #468F12;
}
.TagClassName
{
border-color: #468F12;
}
</style>