#469A12

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

Shades of La Palma #469A12

Tints of La Palma #469A12

Color information

#469A12 (or 0x469A12) is unknown color: approx 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

RGB7015418-
CMYK0.5500.880.40
HSL97.06º79.07%33.73%-
HSV(B)97.06º88.31%60.39%-
XYZ14.1924.464.55-
YUV113.3874.1797.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 154 (60.55% from 255) = 63.64%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=28.93%
G=63.64%
B=7.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70154180.5500.880.4097.0679.0733.73
Hex469A123705828614f22
Octal106232226701305014111742
Binary100011010011010100101101110101100010100011000011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>