#469A16

Color #469A16 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #469A16

Tints of La Palma #469A16

Color information

#469A16 (or 0x469A16) is unknown color: approx La Palma. HEX triplet: 46, 9A and 16. RGB value is (70,154,22). Sum of RGB (Red+Green+Blue) = 70+154+22=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 154 (60.55% from 255 or 62.60% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 154 - color contains mainly: green. Hex color #469A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469A16 is #B965E9. Grayscale: #727272. Windows color (decimal): -12150250 or 1481286. OLE color: 1481286.

HSL color Cylindrical-coordinate representation of color #469A16: hue angle of 98.18º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #469A16 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB7015422-
CMYK0.5500.860.40
HSL98.18º75%34.51%-
HSV(B)98.18º85.71%60.39%-
XYZ14.2324.474.73-
YUV113.8476.1796.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 28.46%
GREEN value IS 154 (60.55% from 255) = 62.60%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=28.46%
G=62.60%
B=8.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70154220.5500.860.4098.187534.51
Hex469A163705628624b23
Octal106232266701265014211343
Binary100011010011010101101101110101011010100011000101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469A16; }

 p { color: rgb(70,154,22); }

 H1.HeaderClassName
 {
   color: #469A16;
 }
 .AnyTagClassName
 {
   color: #469A16;
 }
</style>
background-color css

<style>
 a { background-color: #469A16; }

 a { background-color: rgb(70,154,22); }

 div.DivClassName
 {
   background-color: #469A16;
 }
 .BgClassName
 {
   background-color: #469A16;
 }
</style>
border-color css

<style>
 span { border-color: #469A16; }

 span { border-color: rgb(70,154,22); }

 td.TdClassName
 {
   border-color: #469A16;
 }
 .TagClassName
 {
   border-color: #469A16;
 }
</style>