#9AB330

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

Shades of Limerick #9AB330

Tints of Limerick #9AB330

Color information

#9AB330 (or 0x9AB330) is unknown color: approx Limerick. HEX triplet: 9A, B3 and 30. RGB value is (154,179,48). Sum of RGB (Red+Green+Blue) = 154+179+48=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB330 is #654CCF. Grayscale: #9D9D9D. Windows color (decimal): -6638800 or 3191706. OLE color: 3191706.

HSL color Cylindrical-coordinate representation of color #9AB330: hue angle of 71.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9AB330 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB15417948-
CMYK0.1400.730.30
HSL71.45º57.71%44.51%-
HSV(B)71.45º73.18%70.2%-
XYZ29.9839.328.81-
YUV156.5966.72126.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.42%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 48 (19.14% from 255) = 12.60%
R=40.42%
G=46.98%
B=12.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal154179480.1400.730.3071.4557.7144.51
Hex9AB330E0491E473a2d
Octal23226360160111361077255
Binary1001101010110011110000111001001001111101000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,179,48); }

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

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

 a { background-color: rgb(154,179,48); }

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

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

 span { border-color: rgb(154,179,48); }

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