Html Css Color HEX #8AA524 Limerick

📋 copy color: '#8AA524'

red 138 ◦ green 165 ◦ blue 36

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

Shades of Limerick #8AA524

Tints of Limerick #8AA524

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.67%

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

R = 40.71%
G = 48.67%
B = 10.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#8AA524 (or 0x8AA524) is known color: Limerick. HEX triplet: 8A, A5 and 24. RGB value is (138,165,36). Sum of RGB (Red+Green+Blue) = 138+165+36=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA524 is #755ADB. Grayscale: #8E8E8E. Windows color (decimal): -7690972 or 2401674. OLE color: 2401674.

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

Color convert

RGB 138 165 36 -
CMYK 0.16 0 0.78 0.35
HSL 72.56º 0.64% 0.39% -
HSV(B) 72.56º 0.78% 0.65% -
XYZ 24.25 32.44 6.65 -
YUV 142.22 68.05 124.99 -
System Red Green Blue C M Y K H S L
Decimal 138 165 36 0.16 0 0.78 0.35 72.56 0.64 0.39
Hex 8A A5 24 10 0 4E 23 49 40 27
Octal 212 245 44 20 0 116 43 111 100 47
Binary 10001010 10100101 100100 10000 0 1001110 100011 1001001 1000000 100111

Color Harmonies of #8AA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA524

Black with #8AA524

Text Example


Text Example

White with #8AA524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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