#4A9B10

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

Shades of Limeade #4A9B10

Tints of Limeade #4A9B10

Color information

#4A9B10 (or 0x4A9B10) is unknown color: approx Limeade. HEX triplet: 4A, 9B and 10. RGB value is (74,155,16). Sum of RGB (Red+Green+Blue) = 74+155+16=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9B10 is #B564EF. Grayscale: #737373. Windows color (decimal): -11887856 or 1088330. OLE color: 1088330.

HSL color Cylindrical-coordinate representation of color #4A9B10: hue angle of 94.96º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A9B10 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB7415516-
CMYK0.5200.900.39
HSL94.96º81.29%33.53%-
HSV(B)94.96º89.68%60.78%-
XYZ14.6424.944.53-
YUV114.9372.1698.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 155 (60.94% from 255) = 63.27%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=30.20%
G=63.27%
B=6.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74155160.5200.900.3994.9681.2933.53
Hex4A9B103405A275f5122
Octal112233206401324713712142
Binary100101010011011100001101000101101010011110111111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,155,16); }

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

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

 a { background-color: rgb(74,155,16); }

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

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

 span { border-color: rgb(74,155,16); }

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