Html Css Color HEX #4A920B Limeade

📋 copy color: '#4A920B'

red 74 ◦ green 146 ◦ blue 11

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

Shades of Limeade #4A920B

Tints of Limeade #4A920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 63.2%

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

R = 32.03%
G = 63.2%
B = 4.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#4A920B (or 0x4A920B) is known color: Limeade. HEX triplet: 4A, 92 and 0B. RGB value is (74,146,11). Sum of RGB (Red+Green+Blue) = 74+146+11=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #4A920B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A920B is #B56DF4. Grayscale: #6D6D6D. Windows color (decimal): -11890165 or 758346. OLE color: 758346.

HSL color Cylindrical-coordinate representation of color #4A920B: hue angle of 92º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A920B is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 146 11 -
CMYK 0.49 0 0.92 0.43
HSL 92º 0.86% 0.31% -
HSV(B) 92º 0.92% 0.57% -
XYZ 13.16 22.04 3.88 -
YUV 109.08 72.65 102.98 -
System Red Green Blue C M Y K H S L
Decimal 74 146 11 0.49 0 0.92 0.43 92 0.86 0.31
Hex 4A 92 B 31 0 5C 2B 5C 56 1F
Octal 112 222 13 61 0 134 53 134 126 37
Binary 1001010 10010010 1011 110001 0 1011100 101011 1011100 1010110 11111

Color Harmonies of #4A920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A920B

Black with #4A920B

Text Example


Text Example

White with #4A920B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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