#9AAA36

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

Shades of Limerick #9AAA36

Tints of Limerick #9AAA36

Color information

#9AAA36 (or 0x9AAA36) is unknown color: approx Limerick. HEX triplet: 9A, AA and 36. RGB value is (154,170,54). Sum of RGB (Red+Green+Blue) = 154+170+54=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA36 is #6555C9. Grayscale: #989898. Windows color (decimal): -6641098 or 3582618. OLE color: 3582618.

HSL color Cylindrical-coordinate representation of color #9AAA36: hue angle of 68.28º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AAA36 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB15417054-
CMYK0.0900.680.33
HSL68.28º51.79%43.92%-
HSV(B)68.28º68.24%66.67%-
XYZ28.3735.898.92-
YUV151.9972.7129.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.74%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 54 (21.48% from 255) = 14.29%
R=40.74%
G=44.97%
B=14.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154170540.0900.680.3368.2851.7943.92
Hex9AAA3690442144342c
Octal23225266110104411046454
Binary10011010101010101101101001010001001000011000100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,54); }

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

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

 a { background-color: rgb(154,170,54); }

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

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

 span { border-color: rgb(154,170,54); }

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