#9AA228

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

Shades of Citron #9AA228

Tints of Citron #9AA228

Color information

#9AA228 (or 0x9AA228) is unknown color: approx Citron. HEX triplet: 9A, A2 and 28. RGB value is (154,162,40). Sum of RGB (Red+Green+Blue) = 154+162+40=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA228 is #655DD7. Grayscale: #929292. Windows color (decimal): -6643160 or 2663066. OLE color: 2663066.

HSL color Cylindrical-coordinate representation of color #9AA228: hue angle of 63.93º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AA228 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB15416240-
CMYK0.0500.750.36
HSL63.93º60.4%39.61%-
HSV(B)63.93º75.31%63.53%-
XYZ26.6332.866.95-
YUV145.768.35133.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 40 (16.02% from 255) = 11.24%
R=43.26%
G=45.51%
B=11.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154162400.0500.750.3663.9360.439.61
Hex9AA228504B24403c28
Octal2322425050113441007450
Binary1001101010100010101000101010010111001001000000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,40); }

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

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

 a { background-color: rgb(154,162,40); }

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

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

 span { border-color: rgb(154,162,40); }

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