#9AAB40

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

Shades of Limerick #9AAB40

Tints of Limerick #9AAB40

Color information

#9AAB40 (or 0x9AAB40) is unknown color: approx Limerick. HEX triplet: 9A, AB and 40. RGB value is (154,171,64). Sum of RGB (Red+Green+Blue) = 154+171+64=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAB40 is #6554BF. Grayscale: #9A9A9A. Windows color (decimal): -6640832 or 4238234. OLE color: 4238234.

HSL color Cylindrical-coordinate representation of color #9AAB40: hue angle of 69.53º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AAB40 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB15417164-
CMYK0.1000.630.33
HSL69.53º45.53%46.08%-
HSV(B)69.53º62.57%67.06%-
XYZ28.8136.3710.35-
YUV153.7277.37128.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=39.59%
G=43.96%
B=16.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154171640.1000.630.3369.5345.5346.08
Hex9AAB40A03F21462e2e
Octal23225310012077411065656
Binary10011010101010111000000101001111111000011000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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