Shades of La Palma #459A10
Tints of La Palma #459A10
RGB
CMYK
RGB Variations
Color information
#459A10 (or 0x459A10) is known color: La Palma. HEX triplet: 45, 9A and 10. RGB value is (69,154,16). Sum of RGB (Red+Green+Blue) = 69+154+16=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 154 (60.55% from 255 or 64.44% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 154 - color contains mainly: green. Hex color #459A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459A10 is #BA65EF. Grayscale: #717171. Windows color (decimal): -12215792 or 1088069. OLE color: 1088069.
HSL color Cylindrical-coordinate representation of color #459A10: hue angle of 96.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #459A10 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 16 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.40 |
| HSL | 96.96º | 0.81% | 0.33% | - |
| HSV(B) | 96.96º | 0.9% | 0.6% | - |
| XYZ | 14.1 | 24.41 | 4.46 | - |
| YUV | 112.85 | 73.34 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 16 | 0.55 | 0 | 0.90 | 0.40 | 96.96 | 0.81 | 0.33 |
| Hex | 45 | 9A | 10 | 37 | 0 | 5A | 28 | 61 | 51 | 21 |
| Octal | 105 | 232 | 20 | 67 | 0 | 132 | 50 | 141 | 121 | 41 |
| Binary | 1000101 | 10011010 | 10000 | 110111 | 0 | 1011010 | 101000 | 1100001 | 1010001 | 100001 |
Color Harmonies of #459A10
Complementary color
Monochromatic Colors of #459A10
Black with #459A10
Text Example
Text Example
White with #459A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A10; }
p { color: rgb(69,154,16); }
H1.HeaderClassName
{
color: #459A10;
}
.AnyTagClassName
{
color: #459A10;
}
</style>
background-color css
<style>
a { background-color: #459A10; }
a { background-color: rgb(69,154,16); }
div.DivClassName
{
background-color: #459A10;
}
.BgClassName
{
background-color: #459A10;
}
</style>
border-color css
<style>
span { border-color: #459A10; }
span { border-color: rgb(69,154,16); }
td.TdClassName
{
border-color: #459A10;
}
.TagClassName
{
border-color: #459A10;
}
</style>