Html Css Color HEX #4A980A Limeade

📋 copy color: '#4A980A'

red 74 ◦ green 152 ◦ blue 10

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

Shades of Limeade #4A980A

Tints of Limeade #4A980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.41%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 31.36%
G = 64.41%
B = 4.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#4A980A (or 0x4A980A) is known color: Limeade. HEX triplet: 4A, 98 and 0A. RGB value is (74,152,10). Sum of RGB (Red+Green+Blue) = 74+152+10=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #4A980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A980A is #B567F5. Grayscale: #707070. Windows color (decimal): -11888630 or 694346. OLE color: 694346.

HSL color Cylindrical-coordinate representation of color #4A980A: hue angle of 92.96º degrees, saturation: 0.88, 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 #4A980A is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 152 10 -
CMYK 0.51 0 0.93 0.40
HSL 92.96º 0.88% 0.32% -
HSV(B) 92.96º 0.93% 0.6% -
XYZ 14.11 23.93 4.16 -
YUV 112.49 70.16 100.55 -
System Red Green Blue C M Y K H S L
Decimal 74 152 10 0.51 0 0.93 0.40 92.96 0.88 0.32
Hex 4A 98 A 33 0 5D 28 5D 58 20
Octal 112 230 12 63 0 135 50 135 130 40
Binary 1001010 10011000 1010 110011 0 1011101 101000 1011101 1011000 100000

Color Harmonies of #4A980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A980A

Black with #4A980A

Text Example


Text Example

White with #4A980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,152,10); }

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

background-color css

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

 a { background-color: rgb(74,152,10); }

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

border-color css

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

 span { border-color: rgb(74,152,10); }

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