#4a9509

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

Shades of Limeade #4A9509

Tints of Limeade #4A9509

Color information

#4A9509 (or 0x4A9509) is unknown color: approx Limeade. HEX triplet: 4A, 95 and 09. RGB value is (74,149,9). Sum of RGB (Red+Green+Blue) = 74+149+9=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9509 is #B56AF6. Grayscale: #6F6F6F. Windows color (decimal): -11889399 or 628042. OLE color: 628042.

HSL color Cylindrical-coordinate representation of color #4A9509: hue angle of 92.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A9509 is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB741499-
CMYK0.5000.940.42
HSL92.14º88.61%30.98%-
HSV(B)92.14º93.96%58.43%-
XYZ13.6222.973.97-
YUV110.6270.65101.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.90%
GREEN value IS 149 (58.59% from 255) = 64.22%
BLUE value IS 9 (3.91% from 255) = 3.88%
R=31.90%
G=64.22%
B=3.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7414990.5000.940.4292.1488.6130.98
Hex4A9593205E2A5c591f
Octal112225116201365213413137
Binary1001010100101011001110010010111101010101011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a9509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,9); }

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

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

 a { background-color: rgb(74,149,9); }

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

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

 span { border-color: rgb(74,149,9); }

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