#9AAF2D

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

Shades of Limerick #9AAF2D

Tints of Limerick #9AAF2D

Color information

#9AAF2D (or 0x9AAF2D) is unknown color: approx Limerick. HEX triplet: 9A, AF and 2D. RGB value is (154,175,45). Sum of RGB (Red+Green+Blue) = 154+175+45=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF2D is #6550D2. Grayscale: #9A9A9A. Windows color (decimal): -6639827 or 2994074. OLE color: 2994074.

HSL color Cylindrical-coordinate representation of color #9AAF2D: hue angle of 69.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AAF2D is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB15417545-
CMYK0.1200.740.31
HSL69.69º59.09%43.14%-
HSV(B)69.69º74.29%68.63%-
XYZ29.1337.728.23-
YUV153.966.54128.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.18%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 45 (17.97% from 255) = 12.03%
R=41.18%
G=46.79%
B=12.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154175450.1200.740.3169.6959.0943.14
Hex9AAF2DC04A1F463b2b
Octal23225755140112371067353
Binary1001101010101111101101110001001010111111000110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,45); }

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

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

 a { background-color: rgb(154,175,45); }

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

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

 span { border-color: rgb(154,175,45); }

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