#9AB13A

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

Shades of Limerick #9AB13A

Tints of Limerick #9AB13A

Color information

#9AB13A (or 0x9AB13A) is unknown color: approx Limerick. HEX triplet: 9A, B1 and 3A. RGB value is (154,177,58). Sum of RGB (Red+Green+Blue) = 154+177+58=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB13A is #654EC5. Grayscale: #9D9D9D. Windows color (decimal): -6639302 or 3846554. OLE color: 3846554.

HSL color Cylindrical-coordinate representation of color #9AB13A: hue angle of 71.6º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AB13A is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB15417758-
CMYK0.1300.670.31
HSL71.6º50.64%46.08%-
HSV(B)71.6º67.23%69.41%-
XYZ29.8138.629.89-
YUV156.5672.38126.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 58 (23.05% from 255) = 14.91%
R=39.59%
G=45.50%
B=14.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154177580.1300.670.3171.650.6446.08
Hex9AB13AD0431F48332e
Octal23226172150103371106356
Binary1001101010110001111010110101000011111111001000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,177,58); }

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

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

 a { background-color: rgb(154,177,58); }

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

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

 span { border-color: rgb(154,177,58); }

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