Html Css Color HEX #8AAA31 Limerick

📋 copy color: '#8AAA31'

red 138 ◦ green 170 ◦ blue 49

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

Shades of Limerick #8AAA31

Tints of Limerick #8AAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 38.66%
G = 47.62%
B = 13.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#8AAA31 (or 0x8AAA31) is known color: Limerick. HEX triplet: 8A, AA and 31. RGB value is (138,170,49). Sum of RGB (Red+Green+Blue) = 138+170+49=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA31 is #7555CE. Grayscale: #939393. Windows color (decimal): -7689679 or 3254922. OLE color: 3254922.

HSL color Cylindrical-coordinate representation of color #8AAA31: hue angle of 75.87º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AAA31 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 49 -
CMYK 0.19 0 0.71 0.33
HSL 75.87º 0.55% 0.43% -
HSV(B) 75.87º 0.71% 0.67% -
XYZ 25.41 34.37 8.2 -
YUV 146.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 138 170 49 0.19 0 0.71 0.33 75.87 0.55 0.43
Hex 8A AA 31 13 0 47 21 4C 37 2B
Octal 212 252 61 23 0 107 41 114 67 53
Binary 10001010 10101010 110001 10011 0 1000111 100001 1001100 110111 101011

Color Harmonies of #8AAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA31

Black with #8AAA31

Text Example


Text Example

White with #8AAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,49); }

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

background-color css

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

 a { background-color: rgb(138,170,49); }

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

border-color css

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

 span { border-color: rgb(138,170,49); }

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