Html Css Color HEX #8AAD24 Limerick

📋 copy color: '#8AAD24'

red 138 ◦ green 173 ◦ blue 36

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

Shades of Limerick #8AAD24

Tints of Limerick #8AAD24

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.86%

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

R = 39.77%
G = 49.86%
B = 10.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#8AAD24 (or 0x8AAD24) is known color: Limerick. HEX triplet: 8A, AD and 24. RGB value is (138,173,36). Sum of RGB (Red+Green+Blue) = 138+173+36=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD24 is #7552DB. Grayscale: #939393. Windows color (decimal): -7688924 or 2403722. OLE color: 2403722.

HSL color Cylindrical-coordinate representation of color #8AAD24: hue angle of 75.33º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AAD24 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 173 36 -
CMYK 0.20 0 0.79 0.32
HSL 75.33º 0.66% 0.41% -
HSV(B) 75.33º 0.79% 0.68% -
XYZ 25.74 35.42 7.15 -
YUV 146.92 65.4 121.64 -
System Red Green Blue C M Y K H S L
Decimal 138 173 36 0.20 0 0.79 0.32 75.33 0.66 0.41
Hex 8A AD 24 14 0 4F 20 4B 42 29
Octal 212 255 44 24 0 117 40 113 102 51
Binary 10001010 10101101 100100 10100 0 1001111 100000 1001011 1000010 101001

Color Harmonies of #8AAD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAD24

Black with #8AAD24

Text Example


Text Example

White with #8AAD24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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