#4A9A15

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

Shades of Limeade #4A9A15

Tints of Limeade #4A9A15

Color information

#4A9A15 (or 0x4A9A15) is unknown color: approx Limeade. HEX triplet: 4A, 9A and 15. RGB value is (74,154,21). Sum of RGB (Red+Green+Blue) = 74+154+21=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 154 (60.55% from 255 or 61.85% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9A15 is #B565EA. Grayscale: #737373. Windows color (decimal): -11888107 or 1415754. OLE color: 1415754.

HSL color Cylindrical-coordinate representation of color #4A9A15: hue angle of 96.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A9A15 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB7415421-
CMYK0.5200.860.40
HSL96.09º76%34.31%-
HSV(B)96.09º86.36%60.39%-
XYZ14.5224.624.7-
YUV114.927598.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 154 (60.55% from 255) = 61.85%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=29.72%
G=61.85%
B=8.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74154210.5200.860.4096.097634.31
Hex4A9A153405628604c22
Octal112232256401265014011442
Binary100101010011010101011101000101011010100011000001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,154,21); }

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

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

 a { background-color: rgb(74,154,21); }

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

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

 span { border-color: rgb(74,154,21); }

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