#9AB431

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

Shades of Limerick #9AB431

Tints of Limerick #9AB431

Color information

#9AB431 (or 0x9AB431) is unknown color: approx Limerick. HEX triplet: 9A, B4 and 31. RGB value is (154,180,49). Sum of RGB (Red+Green+Blue) = 154+180+49=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB431 is #654BCE. Grayscale: #9D9D9D. Windows color (decimal): -6638543 or 3257498. OLE color: 3257498.

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

Color convert

RGB15418049-
CMYK0.1400.730.29
HSL71.91º57.21%44.9%-
HSV(B)71.91º72.78%70.59%-
XYZ30.239.738.98-
YUV157.2966.89125.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.21%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 49 (19.53% from 255) = 12.79%
R=40.21%
G=47.00%
B=12.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154180490.1400.730.2971.9157.2144.9
Hex9AB431E0491D48392d
Octal23226461160111351107155
Binary1001101010110100110001111001001001111011001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,49); }

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

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

 a { background-color: rgb(154,180,49); }

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

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

 span { border-color: rgb(154,180,49); }

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