#9AB140

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

Shades of Limerick #9AB140

Tints of Limerick #9AB140

Color information

#9AB140 (or 0x9AB140) is unknown color: approx Limerick. HEX triplet: 9A, B1 and 40. RGB value is (154,177,64). Sum of RGB (Red+Green+Blue) = 154+177+64=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB140 is #654EBF. Grayscale: #9D9D9D. Windows color (decimal): -6639296 or 4239770. OLE color: 4239770.

HSL color Cylindrical-coordinate representation of color #9AB140: hue angle of 72.21º degrees, saturation: 0.47, 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 #9AB140 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB15417764-
CMYK0.1300.640.31
HSL72.21º46.89%47.25%-
HSV(B)72.21º63.84%69.41%-
XYZ29.9738.6810.74-
YUV157.2475.38125.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.99%
GREEN value IS 177 (69.53% from 255) = 44.81%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=38.99%
G=44.81%
B=16.20%

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
Decimal154177640.1300.640.3172.2146.8947.25
Hex9AB140D0401F482f2f
Octal232261100150100371105757
Binary10011010101100011000000110101000000111111001000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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