Html Css Color HEX #4A990B Limeade

📋 copy color: '#4A990B'

red 74 ◦ green 153 ◦ blue 11

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

Shades of Limeade #4A990B

Tints of Limeade #4A990B

RGB

 RED value IS 74 (29.3% from 255) = 31.09%

 GREEN value IS 153 (60.16% from 255) = 64.29%

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 31.09%
G = 64.29%
B = 4.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#4A990B (or 0x4A990B) is known color: Limeade. HEX triplet: 4A, 99 and 0B. RGB value is (74,153,11). Sum of RGB (Red+Green+Blue) = 74+153+11=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #4A990B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A990B is #B566F4. Grayscale: #717171. Windows color (decimal): -11888373 or 760138. OLE color: 760138.

HSL color Cylindrical-coordinate representation of color #4A990B: hue angle of 93.38º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A990B is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 11 -
CMYK 0.52 0 0.93 0.4
HSL 93.38º 0.87% 0.32% -
HSV(B) 93.38º 0.93% 0.6% -
XYZ 14.28 24.26 4.25 -
YUV 113.19 70.33 100.05 -
System Red Green Blue C M Y K H S L
Decimal 74 153 11 0.52 0 0.93 0.4 93.38 0.87 0.32
Hex 4A 99 B 34 0 5D 28 5D 57 20
Octal 112 231 13 64 0 135 50 135 127 40
Binary 1001010 10011001 1011 110100 0 1011101 101000 1011101 1010111 100000

Color Harmonies of #4A990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A990B

Black with #4A990B

Text Example


Text Example

White with #4A990B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A990B;
 }
 .AnyTagClassName
 {
   color: #4A990B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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