Html Css Color HEX #8AAF31 Limerick

📋 copy color: '#8AAF31'

red 138 ◦ green 175 ◦ blue 49

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

Shades of Limerick #8AAF31

Tints of Limerick #8AAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.34%

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

R = 38.12%
G = 48.34%
B = 13.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#8AAF31 (or 0x8AAF31) is known color: Limerick. HEX triplet: 8A, AF and 31. RGB value is (138,175,49). Sum of RGB (Red+Green+Blue) = 138+175+49=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF31 is #7550CE. Grayscale: #969696. Windows color (decimal): -7688399 or 3256202. OLE color: 3256202.

HSL color Cylindrical-coordinate representation of color #8AAF31: hue angle of 77.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AAF31 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 49 -
CMYK 0.21 0 0.72 0.31
HSL 77.62º 0.56% 0.44% -
HSV(B) 77.62º 0.72% 0.69% -
XYZ 26.37 36.28 8.52 -
YUV 149.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 138 175 49 0.21 0 0.72 0.31 77.62 0.56 0.44
Hex 8A AF 31 15 0 48 1F 4E 38 2C
Octal 212 257 61 25 0 110 37 116 70 54
Binary 10001010 10101111 110001 10101 0 1001000 11111 1001110 111000 101100

Color Harmonies of #8AAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF31

Black with #8AAF31

Text Example


Text Example

White with #8AAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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