Html Css Color HEX #8AA618 Limerick

📋 copy color: '#8AA618'

red 138 ◦ green 166 ◦ blue 24

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

Shades of Limerick #8AA618

Tints of Limerick #8AA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.61%

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 42.07%
G = 50.61%
B = 7.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#8AA618 (or 0x8AA618) is known color: Limerick. HEX triplet: 8A, A6 and 18. RGB value is (138,166,24). Sum of RGB (Red+Green+Blue) = 138+166+24=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA618 is #7559E7. Grayscale: #8D8D8D. Windows color (decimal): -7690728 or 1615498. OLE color: 1615498.

HSL color Cylindrical-coordinate representation of color #8AA618: hue angle of 71.83º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AA618 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 166 24 -
CMYK 0.17 0 0.86 0.35
HSL 71.83º 0.75% 0.37% -
HSV(B) 71.83º 0.86% 0.65% -
XYZ 24.28 32.74 5.9 -
YUV 141.44 61.72 125.55 -
System Red Green Blue C M Y K H S L
Decimal 138 166 24 0.17 0 0.86 0.35 71.83 0.75 0.37
Hex 8A A6 18 11 0 56 23 48 4B 25
Octal 212 246 30 21 0 126 43 110 113 45
Binary 10001010 10100110 11000 10001 0 1010110 100011 1001000 1001011 100101

Color Harmonies of #8AA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA618

Black with #8AA618

Text Example


Text Example

White with #8AA618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,166,24); }

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

background-color css

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

 a { background-color: rgb(138,166,24); }

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

border-color css

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

 span { border-color: rgb(138,166,24); }

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