#8AB730

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

Shades of Limerick #8AB730

Tints of Limerick #8AB730

Color information

#8AB730 (or 0x8AB730) is unknown color: approx Limerick. HEX triplet: 8A, B7 and 30. RGB value is (138,183,48). Sum of RGB (Red+Green+Blue) = 138+183+48=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB730 is #7548CF. Grayscale: #9A9A9A. Windows color (decimal): -7686352 or 3192714. OLE color: 3192714.

HSL color Cylindrical-coordinate representation of color #8AB730: hue angle of 80º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AB730 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB13818348-
CMYK0.2500.740.28
HSL80º58.44%45.29%-
HSV(B)80º73.77%71.76%-
XYZ27.9539.488.94-
YUV154.1668.09116.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 183 (71.88% from 255) = 49.59%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=37.40%
G=49.59%
B=13.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138183480.2500.740.288058.4445.29
Hex8AB7301904A1C503a2d
Octal21226760310112341207255
Binary10001010101101111100001100101001010111001010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,183,48); }

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

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

 a { background-color: rgb(138,183,48); }

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

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

 span { border-color: rgb(138,183,48); }

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