#9AAC34

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

Shades of Limerick #9AAC34

Tints of Limerick #9AAC34

Color information

#9AAC34 (or 0x9AAC34) is unknown color: approx Limerick. HEX triplet: 9A, AC and 34. RGB value is (154,172,52). Sum of RGB (Red+Green+Blue) = 154+172+52=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAC34 is #6553CB. Grayscale: #999999. Windows color (decimal): -6640588 or 3452058. OLE color: 3452058.

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

Color convert

RGB15417252-
CMYK0.1000.700.33
HSL69º53.57%43.92%-
HSV(B)69º69.77%67.45%-
XYZ28.736.628.81-
YUV152.9471.04128.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.74%
GREEN value IS 172 (67.58% from 255) = 45.50%
BLUE value IS 52 (20.70% from 255) = 13.76%
R=40.74%
G=45.50%
B=13.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154172520.1000.700.336953.5743.92
Hex9AAC34A0462145362c
Octal23225464120106411056654
Binary10011010101011001101001010010001101000011000101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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