#8AAF41

Color #8AAF41 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8AAF41

Tints of Limerick #8AAF41

Color information

#8AAF41 (or 0x8AAF41) is unknown color: approx Limerick. HEX triplet: 8A, AF and 41. RGB value is (138,175,65). Sum of RGB (Red+Green+Blue) = 138+175+65=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF41 is #7550BE. Grayscale: #979797. Windows color (decimal): -7688383 or 4304778. OLE color: 4304778.

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

Color convert

RGB13817565-
CMYK0.2100.630.31
HSL80.18º45.83%47.06%-
HSV(B)80.18º62.86%68.63%-
XYZ26.7736.4410.62-
YUV151.479.24118.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 65 (25.78% from 255) = 17.20%
R=36.51%
G=46.30%
B=17.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175650.2100.630.3180.1845.8347.06
Hex8AAF411503F1F502e2f
Octal21225710125077371205657
Binary10001010101011111000001101010111111111111010000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AAF41;
 }
 .AnyTagClassName
 {
   color: #8AAF41;
 }
</style>
background-color css

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

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

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

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

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

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