#9AB828

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

Shades of Limerick #9AB828

Tints of Limerick #9AB828

Color information

#9AB828 (or 0x9AB828) is unknown color: approx Limerick. HEX triplet: 9A, B8 and 28. RGB value is (154,184,40). Sum of RGB (Red+Green+Blue) = 154+184+40=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB828 is #6547D7. Grayscale: #9F9F9F. Windows color (decimal): -6637528 or 2668698. OLE color: 2668698.

HSL color Cylindrical-coordinate representation of color #9AB828: hue angle of 72.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9AB828 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB15418440-
CMYK0.1600.780.28
HSL72.5º64.29%43.92%-
HSV(B)72.5º78.26%72.16%-
XYZ30.8541.38.35-
YUV158.6161.06124.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.74%
GREEN value IS 184 (72.27% from 255) = 48.68%
BLUE value IS 40 (16.02% from 255) = 10.58%
R=40.74%
G=48.68%
B=10.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154184400.1600.780.2872.564.2943.92
Hex9AB8281004E1C48402c
Octal232270502001163411010054
Binary100110101011100010100010000010011101110010010001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB828; }

 p { color: rgb(154,184,40); }

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

<style>
 a { background-color: #9AB828; }

 a { background-color: rgb(154,184,40); }

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

<style>
 span { border-color: #9AB828; }

 span { border-color: rgb(154,184,40); }

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