Html Css Color HEX #4A960B Limeade

📋 copy color: '#4A960B'

red 74 ◦ green 150 ◦ blue 11

#4A960B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #4A960B

Tints of Limeade #4A960B

RGB

 RED value IS 74 (29.3% 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 value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#4A960B (or 0x4A960B) is known color: 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

RGB 74 150 11 -
CMYK 0.51 0 0.93 0.41
HSL 92.81º 0.86% 0.32% -
HSV(B) 92.81º 0.93% 0.59% -
XYZ 13.79 23.29 4.09 -
YUV 111.43 71.32 101.3 -
System Red Green Blue C M Y K H S L
Decimal 74 150 11 0.51 0 0.93 0.41 92.81 0.86 0.32
Hex 4A 96 B 33 0 5D 29 5D 56 20
Octal 112 226 13 63 0 135 51 135 126 40
Binary 1001010 10010110 1011 110011 0 1011101 101001 1011101 1010110 100000

Color Harmonies of #4A960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A960B

Black with #4A960B

Text Example


Text Example

White with #4A960B

Text Example


Text Example

HTML Codes & Css Web 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>