Shades of La Palma #469C14
Tints of La Palma #469C14
RGB
CMYK
RGB Variations
Color information
#469C14 (or 0x469C14) is known color: La Palma. HEX triplet: 46, 9C and 14. RGB value is (70,156,20). Sum of RGB (Red+Green+Blue) = 70+156+20=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #469C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469C14 is #B963EB. Grayscale: #737373. Windows color (decimal): -12149740 or 1350726. OLE color: 1350726.
HSL color Cylindrical-coordinate representation of color #469C14: hue angle of 97.94º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #469C14 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 20 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.39 |
| HSL | 97.94º | 0.77% | 0.35% | - |
| HSV(B) | 97.94º | 0.87% | 0.61% | - |
| XYZ | 14.54 | 25.13 | 4.75 | - |
| YUV | 114.78 | 74.51 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 20 | 0.55 | 0 | 0.87 | 0.39 | 97.94 | 0.77 | 0.35 |
| Hex | 46 | 9C | 14 | 37 | 0 | 57 | 27 | 62 | 4D | 23 |
| Octal | 106 | 234 | 24 | 67 | 0 | 127 | 47 | 142 | 115 | 43 |
| Binary | 1000110 | 10011100 | 10100 | 110111 | 0 | 1010111 | 100111 | 1100010 | 1001101 | 100011 |
Color Harmonies of #469C14
Complementary color
Monochromatic Colors of #469C14
Black with #469C14
Text Example
Text Example
White with #469C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C14; }
p { color: rgb(70,156,20); }
H1.HeaderClassName
{
color: #469C14;
}
.AnyTagClassName
{
color: #469C14;
}
</style>
background-color css
<style>
a { background-color: #469C14; }
a { background-color: rgb(70,156,20); }
div.DivClassName
{
background-color: #469C14;
}
.BgClassName
{
background-color: #469C14;
}
</style>
border-color css
<style>
span { border-color: #469C14; }
span { border-color: rgb(70,156,20); }
td.TdClassName
{
border-color: #469C14;
}
.TagClassName
{
border-color: #469C14;
}
</style>