#8AB438

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

Shades of Limerick #8AB438

Tints of Limerick #8AB438

Color information

#8AB438 (or 0x8AB438) is unknown color: approx Limerick. HEX triplet: 8A, B4 and 38. RGB value is (138,180,56). Sum of RGB (Red+Green+Blue) = 138+180+56=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB438 is #754BC7. Grayscale: #999999. Windows color (decimal): -7687112 or 3716234. OLE color: 3716234.

HSL color Cylindrical-coordinate representation of color #8AB438: hue angle of 80.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AB438 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB13818056-
CMYK0.2300.690.29
HSL80.32º52.54%46.27%-
HSV(B)80.32º68.89%70.59%-
XYZ27.5238.339.69-
YUV153.3173.09117.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=36.90%
G=48.13%
B=14.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138180560.2300.690.2980.3252.5446.27
Hex8AB438170451D50352e
Octal21226470270105351206556
Binary10001010101101001110001011101000101111011010000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,180,56); }

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

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

 a { background-color: rgb(138,180,56); }

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

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

 span { border-color: rgb(138,180,56); }

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