Shades of La Palma #468F10
Tints of La Palma #468F10
RGB
CMYK
RGB Variations
Color information
#468F10 (or 0x468F10) is known color: La Palma. HEX triplet: 46, 8F and 10. RGB value is (70,143,16). Sum of RGB (Red+Green+Blue) = 70+143+16=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 143 (56.25% from 255 or 62.45% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 143 - color contains mainly: green. Hex color #468F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468F10 is #B970EF. Grayscale: #6B6B6B. Windows color (decimal): -12153072 or 1085254. OLE color: 1085254.
HSL color Cylindrical-coordinate representation of color #468F10: hue angle of 94.49º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #468F10 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 16 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.44 |
| HSL | 94.49º | 0.8% | 0.31% | - |
| HSV(B) | 94.49º | 0.89% | 0.56% | - |
| XYZ | 12.44 | 20.98 | 3.88 | - |
| YUV | 106.7 | 76.82 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 16 | 0.51 | 0 | 0.89 | 0.44 | 94.49 | 0.8 | 0.31 |
| Hex | 46 | 8F | 10 | 33 | 0 | 59 | 2C | 5E | 50 | 1F |
| Octal | 106 | 217 | 20 | 63 | 0 | 131 | 54 | 136 | 120 | 37 |
| Binary | 1000110 | 10001111 | 10000 | 110011 | 0 | 1011001 | 101100 | 1011110 | 1010000 | 11111 |
Color Harmonies of #468F10
Complementary color
Monochromatic Colors of #468F10
Black with #468F10
Text Example
Text Example
White with #468F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F10; }
p { color: rgb(70,143,16); }
H1.HeaderClassName
{
color: #468F10;
}
.AnyTagClassName
{
color: #468F10;
}
</style>
background-color css
<style>
a { background-color: #468F10; }
a { background-color: rgb(70,143,16); }
div.DivClassName
{
background-color: #468F10;
}
.BgClassName
{
background-color: #468F10;
}
</style>
border-color css
<style>
span { border-color: #468F10; }
span { border-color: rgb(70,143,16); }
td.TdClassName
{
border-color: #468F10;
}
.TagClassName
{
border-color: #468F10;
}
</style>