#9AAC2B

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

Shades of Limerick #9AAC2B

Tints of Limerick #9AAC2B

Color information

#9AAC2B (or 0x9AAC2B) is unknown color: approx Limerick. HEX triplet: 9A, AC and 2B. RGB value is (154,172,43). Sum of RGB (Red+Green+Blue) = 154+172+43=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAC2B is #6553D4. Grayscale: #989898. Windows color (decimal): -6640597 or 2862234. OLE color: 2862234.

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

Color convert

RGB15417243-
CMYK0.1000.750.33
HSL68.37º60%42.16%-
HSV(B)68.37º75%67.45%-
XYZ28.5136.557.84-
YUV151.9166.54129.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 43 (17.19% from 255) = 11.65%
R=41.73%
G=46.61%
B=11.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154172430.1000.750.3368.376042.16
Hex9AAC2BA04B21443c2a
Octal23225453120113411047452
Binary10011010101011001010111010010010111000011000100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,172,43); }

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

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

 a { background-color: rgb(154,172,43); }

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

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

 span { border-color: rgb(154,172,43); }

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