#8AB040

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

Shades of Limerick #8AB040

Tints of Limerick #8AB040

Color information

#8AB040 (or 0x8AB040) is unknown color: approx Limerick. HEX triplet: 8A, B0 and 40. RGB value is (138,176,64). Sum of RGB (Red+Green+Blue) = 138+176+64=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB040 is #754FBF. Grayscale: #989898. Windows color (decimal): -7688128 or 4239498. OLE color: 4239498.

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

Color convert

RGB13817664-
CMYK0.2200.640.31
HSL80.36º46.67%47.06%-
HSV(B)80.36º63.64%69.02%-
XYZ26.9336.8210.54-
YUV151.8778.41118.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=36.51%
G=46.56%
B=16.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138176640.2200.640.3180.3646.6747.06
Hex8AB040160401F502f2f
Octal212260100260100371205757
Binary100010101011000010000001011001000000111111010000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,176,64); }

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

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

 a { background-color: rgb(138,176,64); }

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

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

 span { border-color: rgb(138,176,64); }

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