Html Css Color HEX #8AA424 Limerick

📋 copy color: '#8AA424'

red 138 ◦ green 164 ◦ blue 36

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

Shades of Limerick #8AA424

Tints of Limerick #8AA424

RGB

 RED value IS 138 (54.3% from 255) = 40.83%

 GREEN value IS 164 (64.45% from 255) = 48.52%

 BLUE value IS 36 (14.45% from 255) = 10.65%

R = 40.83%
G = 48.52%
B = 10.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#8AA424 (or 0x8AA424) is known color: Limerick. HEX triplet: 8A, A4 and 24. RGB value is (138,164,36). Sum of RGB (Red+Green+Blue) = 138+164+36=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA424 is #755BDB. Grayscale: #8E8E8E. Windows color (decimal): -7691228 or 2401418. OLE color: 2401418.

HSL color Cylindrical-coordinate representation of color #8AA424: hue angle of 72.19º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AA424 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 36 -
CMYK 0.16 0 0.78 0.36
HSL 72.19º 0.64% 0.39% -
HSV(B) 72.19º 0.78% 0.64% -
XYZ 24.08 32.08 6.59 -
YUV 141.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 138 164 36 0.16 0 0.78 0.36 72.19 0.64 0.39
Hex 8A A4 24 10 0 4E 24 48 40 27
Octal 212 244 44 20 0 116 44 110 100 47
Binary 10001010 10100100 100100 10000 0 1001110 100100 1001000 1000000 100111

Color Harmonies of #8AA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA424

Black with #8AA424

Text Example


Text Example

White with #8AA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA424; }

 p { color: rgb(138,164,36); }

 H1.HeaderClassName
 {
   color: #8AA424;
 }
 .AnyTagClassName
 {
   color: #8AA424;
 }
</style>

background-color css

<style>
 a { background-color: #8AA424; }

 a { background-color: rgb(138,164,36); }

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

border-color css

<style>
 span { border-color: #8AA424; }

 span { border-color: rgb(138,164,36); }

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