#9AA440

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

Shades of Highball #9AA440

Tints of Highball #9AA440

Color information

#9AA440 (or 0x9AA440) is unknown color: approx Highball. HEX triplet: 9A, A4 and 40. RGB value is (154,164,64). Sum of RGB (Red+Green+Blue) = 154+164+64=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA440 is #655BBF. Grayscale: #959595. Windows color (decimal): -6642624 or 4236442. OLE color: 4236442.

HSL color Cylindrical-coordinate representation of color #9AA440: hue angle of 66º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AA440 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB15416464-
CMYK0.0600.610.36
HSL66º43.86%44.71%-
HSV(B)66º60.98%64.31%-
XYZ27.5333.799.92-
YUV149.6179.69131.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=40.31%
G=42.93%
B=16.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154164640.0600.610.366643.8644.71
Hex9AA440603D24422c2d
Octal2322441006075441025455
Binary1001101010100100100000011001111011001001000010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,64); }

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

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

 a { background-color: rgb(154,164,64); }

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

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

 span { border-color: rgb(154,164,64); }

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