#9AA131

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

Shades of Citron #9AA131

Tints of Citron #9AA131

Color information

#9AA131 (or 0x9AA131) is unknown color: approx Citron. HEX triplet: 9A, A1 and 31. RGB value is (154,161,49). Sum of RGB (Red+Green+Blue) = 154+161+49=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA131 is #655ECE. Grayscale: #929292. Windows color (decimal): -6643407 or 3252634. OLE color: 3252634.

HSL color Cylindrical-coordinate representation of color #9AA131: hue angle of 63.75º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9AA131 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB15416149-
CMYK0.0400.700.37
HSL63.75º53.33%41.18%-
HSV(B)63.75º69.57%63.14%-
XYZ26.6332.587.79-
YUV146.1473.18133.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 161 (63.28% from 255) = 44.23%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=42.31%
G=44.23%
B=13.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal154161490.0400.700.3763.7553.3341.18
Hex9AA131404625403529
Octal2322416140106451006551
Binary1001101010100001110001100010001101001011000000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,161,49); }

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

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

 a { background-color: rgb(154,161,49); }

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

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

 span { border-color: rgb(154,161,49); }

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