Shades of La Palma #469D16
Tints of La Palma #469D16
RGB
CMYK
RGB Variations
Color information
#469D16 (or 0x469D16) is known color: La Palma. HEX triplet: 46, 9D and 16. RGB value is (70,157,22). Sum of RGB (Red+Green+Blue) = 70+157+22=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 157 (61.72% from 255 or 63.05% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 157 - color contains mainly: green. Hex color #469D16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469D16 is #B962E9. Grayscale: #747474. Windows color (decimal): -12149482 or 1482054. OLE color: 1482054.
HSL color Cylindrical-coordinate representation of color #469D16: hue angle of 98.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #469D16 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 22 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.38 |
| HSL | 98.67º | 0.75% | 0.35% | - |
| HSV(B) | 98.67º | 0.86% | 0.62% | - |
| XYZ | 14.73 | 25.47 | 4.9 | - |
| YUV | 115.6 | 75.18 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 22 | 0.55 | 0 | 0.86 | 0.38 | 98.67 | 0.75 | 0.35 |
| Hex | 46 | 9D | 16 | 37 | 0 | 56 | 26 | 63 | 4B | 23 |
| Octal | 106 | 235 | 26 | 67 | 0 | 126 | 46 | 143 | 113 | 43 |
| Binary | 1000110 | 10011101 | 10110 | 110111 | 0 | 1010110 | 100110 | 1100011 | 1001011 | 100011 |
Color Harmonies of #469D16
Complementary color
Monochromatic Colors of #469D16
Black with #469D16
Text Example
Text Example
White with #469D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D16; }
p { color: rgb(70,157,22); }
H1.HeaderClassName
{
color: #469D16;
}
.AnyTagClassName
{
color: #469D16;
}
</style>
background-color css
<style>
a { background-color: #469D16; }
a { background-color: rgb(70,157,22); }
div.DivClassName
{
background-color: #469D16;
}
.BgClassName
{
background-color: #469D16;
}
</style>
border-color css
<style>
span { border-color: #469D16; }
span { border-color: rgb(70,157,22); }
td.TdClassName
{
border-color: #469D16;
}
.TagClassName
{
border-color: #469D16;
}
</style>