#9AB13F

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

Shades of Limerick #9AB13F

Tints of Limerick #9AB13F

Color information

#9AB13F (or 0x9AB13F) is unknown color: approx Limerick. HEX triplet: 9A, B1 and 3F. RGB value is (154,177,63). Sum of RGB (Red+Green+Blue) = 154+177+63=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB13F is #654EC0. Grayscale: #9D9D9D. Windows color (decimal): -6639297 or 4174234. OLE color: 4174234.

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

Color convert

RGB15417763-
CMYK0.1300.640.31
HSL72.11º47.5%47.06%-
HSV(B)72.11º64.41%69.41%-
XYZ29.9538.6710.59-
YUV157.1374.88125.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 177 (69.53% from 255) = 44.92%
BLUE value IS 63 (25% from 255) = 15.99%
R=39.09%
G=44.92%
B=15.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154177630.1300.640.3172.1147.547.06
Hex9AB13FD0401F48302f
Octal23226177150100371106057
Binary1001101010110001111111110101000000111111001000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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