#8AA444

Color #8AA444 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #8AA444

Tints of Sushi #8AA444

Color information

#8AA444 (or 0x8AA444) is unknown color: approx Sushi. HEX triplet: 8A, A4 and 44. RGB value is (138,164,68). Sum of RGB (Red+Green+Blue) = 138+164+68=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA444 is #755BBB. Grayscale: #919191. Windows color (decimal): -7691196 or 4498570. OLE color: 4498570.

HSL color Cylindrical-coordinate representation of color #8AA444: hue angle of 76.25º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AA444 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB13816468-
CMYK0.1600.590.36
HSL76.25º41.38%45.49%-
HSV(B)76.25º58.54%64.31%-
XYZ24.832.3710.41-
YUV145.2884.39122.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=37.30%
G=44.32%
B=18.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164680.1600.590.3676.2541.3845.49
Hex8AA4441003B244c292d
Octal21224410420073441145155
Binary100010101010010010001001000001110111001001001100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA444; }

 p { color: rgb(138,164,68); }

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

<style>
 a { background-color: #8AA444; }

 a { background-color: rgb(138,164,68); }

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

<style>
 span { border-color: #8AA444; }

 span { border-color: rgb(138,164,68); }

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