#8AB628

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

Shades of Limerick #8AB628

Tints of Limerick #8AB628

Color information

#8AB628 (or 0x8AB628) is unknown color: approx Limerick. HEX triplet: 8A, B6 and 28. RGB value is (138,182,40). Sum of RGB (Red+Green+Blue) = 138+182+40=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB628 is #7549D7. Grayscale: #999999. Windows color (decimal): -7686616 or 2668170. OLE color: 2668170.

HSL color Cylindrical-coordinate representation of color #8AB628: hue angle of 78.59º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AB628 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB13818240-
CMYK0.2400.780.29
HSL78.59º63.96%43.53%-
HSV(B)78.59º78.02%71.37%-
XYZ27.5939.018.08-
YUV152.6664.42117.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 182 (71.48% from 255) = 50.56%
BLUE value IS 40 (16.02% from 255) = 11.11%
R=38.33%
G=50.56%
B=11.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138182400.2400.780.2978.5963.9643.53
Hex8AB6281804E1D4f402c
Octal212266503001163511710054
Binary100010101011011010100011000010011101110110011111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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