#9AA53A

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

Shades of Limerick #9AA53A

Tints of Limerick #9AA53A

Color information

#9AA53A (or 0x9AA53A) is unknown color: approx Limerick. HEX triplet: 9A, A5 and 3A. RGB value is (154,165,58). Sum of RGB (Red+Green+Blue) = 154+165+58=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA53A is #655AC5. Grayscale: #959595. Windows color (decimal): -6642374 or 3843482. OLE color: 3843482.

HSL color Cylindrical-coordinate representation of color #9AA53A: hue angle of 66.17º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AA53A is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB15416558-
CMYK0.0700.650.35
HSL66.17º47.98%43.73%-
HSV(B)66.17º64.85%64.71%-
XYZ27.5534.099.13-
YUV149.5176.36131.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=40.85%
G=43.77%
B=15.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal154165580.0700.650.3566.1747.9843.73
Hex9AA53A70412342302c
Octal2322457270101431026054
Binary1001101010100101111010111010000011000111000010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,165,58); }

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

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

 a { background-color: rgb(154,165,58); }

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

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

 span { border-color: rgb(154,165,58); }

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