#42990A

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

Shades of La Palma #42990A

Tints of La Palma #42990A

Color information

#42990A (or 0x42990A) is unknown color: approx La Palma. HEX triplet: 42, 99 and 0A. RGB value is (66,153,10). Sum of RGB (Red+Green+Blue) = 66+153+10=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #42990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42990A is #BD66F5. Grayscale: #6F6F6F. Windows color (decimal): -12412662 or 694594. OLE color: 694594.

HSL color Cylindrical-coordinate representation of color #42990A: hue angle of 96.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42990A is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB6615310-
CMYK0.5700.930.4
HSL96.5º87.73%31.96%-
HSV(B)96.5º93.46%60%-
XYZ13.6923.964.19-
YUV110.6871.1896.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 153 (60.16% from 255) = 66.81%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=28.82%
G=66.81%
B=4.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153100.5700.930.496.587.7331.96
Hex4299A3905D28615820
Octal102231127101355014113040
Binary10000101001100110101110010101110110100011000011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42990A; }

 p { color: rgb(66,153,10); }

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

<style>
 a { background-color: #42990A; }

 a { background-color: rgb(66,153,10); }

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

<style>
 span { border-color: #42990A; }

 span { border-color: rgb(66,153,10); }

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