Html Css Color HEX #4A990A Limeade

📋 copy color: '#4A990A'

red 74 ◦ green 153 ◦ blue 10

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

Shades of Limeade #4A990A

Tints of Limeade #4A990A

RGB

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

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

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

R = 31.22%
G = 64.56%
B = 4.22%

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

#4A990A (or 0x4A990A) is known color: Limeade. HEX triplet: 4A, 99 and 0A. RGB value is (74,153,10). Sum of RGB (Red+Green+Blue) = 74+153+10=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #4A990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A990A is #B566F5. Grayscale: #717171. Windows color (decimal): -11888374 or 694602. OLE color: 694602.

HSL color Cylindrical-coordinate representation of color #4A990A: hue angle of 93.15º 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 #4A990A is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 10 -
CMYK 0.52 0 0.93 0.4
HSL 93.15º 0.88% 0.32% -
HSV(B) 93.15º 0.93% 0.6% -
XYZ 14.27 24.26 4.22 -
YUV 113.08 69.83 100.13 -
System Red Green Blue C M Y K H S L
Decimal 74 153 10 0.52 0 0.93 0.4 93.15 0.88 0.32
Hex 4A 99 A 34 0 5D 28 5D 58 20
Octal 112 231 12 64 0 135 50 135 130 40
Binary 1001010 10011001 1010 110100 0 1011101 101000 1011101 1011000 100000

Color Harmonies of #4A990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A990A

Black with #4A990A

Text Example


Text Example

White with #4A990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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