#4A960B

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

Shades of Limeade #4A960B

Tints of Limeade #4A960B

Color information

#4A960B (or 0x4A960B) is unknown color: approx Limeade. HEX triplet: 4A, 96 and 0B. RGB value is (74,150,11). Sum of RGB (Red+Green+Blue) = 74+150+11=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #4A960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A960B is #B569F4. Grayscale: #6F6F6F. Windows color (decimal): -11889141 or 759370. OLE color: 759370.

HSL color Cylindrical-coordinate representation of color #4A960B: hue angle of 92.81º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A960B is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB7415011-
CMYK0.5100.930.41
HSL92.81º86.34%31.57%-
HSV(B)92.81º92.67%58.82%-
XYZ13.7923.294.09-
YUV111.4371.32101.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 150 (58.98% from 255) = 63.83%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=31.49%
G=63.83%
B=4.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74150110.5100.930.4192.8186.3431.57
Hex4A96B3305D295d5620
Octal112226136301355113512640
Binary10010101001011010111100110101110110100110111011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,150,11); }

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

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

 a { background-color: rgb(74,150,11); }

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

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

 span { border-color: rgb(74,150,11); }

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