Shades of La Palma #469A12
Tints of La Palma #469A12
RGB
CMYK
RGB Variations
Color information
#469A12 (or 0x469A12) is known color: La Palma. HEX triplet: 46, 9A and 12. RGB value is (70,154,18). Sum of RGB (Red+Green+Blue) = 70+154+18=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 154 (60.55% from 255 or 63.64% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 154 - color contains mainly: green. Hex color #469A12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469A12 is #B965ED. Grayscale: #717171. Windows color (decimal): -12150254 or 1219142. OLE color: 1219142.
HSL color Cylindrical-coordinate representation of color #469A12: hue angle of 97.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #469A12 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 18 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.40 |
| HSL | 97.06º | 0.79% | 0.34% | - |
| HSV(B) | 97.06º | 0.88% | 0.6% | - |
| XYZ | 14.19 | 24.46 | 4.55 | - |
| YUV | 113.38 | 74.17 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 18 | 0.55 | 0 | 0.88 | 0.40 | 97.06 | 0.79 | 0.34 |
| Hex | 46 | 9A | 12 | 37 | 0 | 58 | 28 | 61 | 4F | 22 |
| Octal | 106 | 232 | 22 | 67 | 0 | 130 | 50 | 141 | 117 | 42 |
| Binary | 1000110 | 10011010 | 10010 | 110111 | 0 | 1011000 | 101000 | 1100001 | 1001111 | 100010 |
Color Harmonies of #469A12
Complementary color
Monochromatic Colors of #469A12
Black with #469A12
Text Example
Text Example
White with #469A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A12; }
p { color: rgb(70,154,18); }
H1.HeaderClassName
{
color: #469A12;
}
.AnyTagClassName
{
color: #469A12;
}
</style>
background-color css
<style>
a { background-color: #469A12; }
a { background-color: rgb(70,154,18); }
div.DivClassName
{
background-color: #469A12;
}
.BgClassName
{
background-color: #469A12;
}
</style>
border-color css
<style>
span { border-color: #469A12; }
span { border-color: rgb(70,154,18); }
td.TdClassName
{
border-color: #469A12;
}
.TagClassName
{
border-color: #469A12;
}
</style>