#4A8F0A

Color #4A8F0A Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4A8F0A

Tints of Limeade #4A8F0A

Color information

#4A8F0A (or 0x4A8F0A) is unknown color: approx Limeade. HEX triplet: 4A, 8F and 0A. RGB value is (74,143,10). Sum of RGB (Red+Green+Blue) = 74+143+10=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 143 (56.25% from 255 or 63.00% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8F0A is #B570F5. Grayscale: #6B6B6B. Windows color (decimal): -11890934 or 692042. OLE color: 692042.

HSL color Cylindrical-coordinate representation of color #4A8F0A: hue angle of 91.13º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A8F0A is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB7414310-
CMYK0.4800.930.44
HSL91.13º86.93%30%-
HSV(B)91.13º93.01%56.08%-
XYZ12.721.123.69-
YUV107.2173.14104.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 143 (56.25% from 255) = 63.00%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=32.60%
G=63.00%
B=4.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74143100.4800.930.4491.1386.9330
Hex4A8FA3005D2C5b571e
Octal112217126001355413312736
Binary1001010100011111010110000010111011011001011011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A8F0A; }

 p { color: rgb(74,143,10); }

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

<style>
 a { background-color: #4A8F0A; }

 a { background-color: rgb(74,143,10); }

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

<style>
 span { border-color: #4A8F0A; }

 span { border-color: rgb(74,143,10); }

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