#9AA93D

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

Shades of Limerick #9AA93D

Tints of Limerick #9AA93D

Color information

#9AA93D (or 0x9AA93D) is unknown color: approx Limerick. HEX triplet: 9A, A9 and 3D. RGB value is (154,169,61). Sum of RGB (Red+Green+Blue) = 154+169+61=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA93D is #6556C2. Grayscale: #989898. Windows color (decimal): -6641347 or 4041114. OLE color: 4041114.

HSL color Cylindrical-coordinate representation of color #9AA93D: hue angle of 68.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AA93D is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB15416961-
CMYK0.0900.640.34
HSL68.33º46.96%45.1%-
HSV(B)68.33º63.91%66.27%-
XYZ28.3635.589.79-
YUV152.276.53129.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.10%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 61 (24.22% from 255) = 15.89%
R=40.10%
G=44.01%
B=15.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154169610.0900.640.3468.3346.9645.1
Hex9AA93D904022442f2d
Octal23225175110100421045755
Binary10011010101010011111011001010000001000101000100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,61); }

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

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

 a { background-color: rgb(154,169,61); }

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

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

 span { border-color: rgb(154,169,61); }

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