#8AAF28

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

Shades of Limerick #8AAF28

Tints of Limerick #8AAF28

Color information

#8AAF28 (or 0x8AAF28) is unknown color: approx Limerick. HEX triplet: 8A, AF and 28. RGB value is (138,175,40). Sum of RGB (Red+Green+Blue) = 138+175+40=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF28 is #7550D7. Grayscale: #959595. Windows color (decimal): -7688408 or 2666378. OLE color: 2666378.

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

Color convert

RGB13817540-
CMYK0.2100.770.31
HSL76.44º62.79%42.16%-
HSV(B)76.44º77.14%68.63%-
XYZ26.1936.227.62-
YUV148.5566.74120.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.09%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 40 (16.02% from 255) = 11.33%
R=39.09%
G=49.58%
B=11.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138175400.2100.770.3176.4462.7942.16
Hex8AAF281504D1F4c3f2a
Octal21225750250115371147752
Binary10001010101011111010001010101001101111111001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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