#8aa441

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

Shades of Sushi #8AA441

Tints of Sushi #8AA441

Color information

#8AA441 (or 0x8AA441) is unknown color: approx Sushi. HEX triplet: 8A, A4 and 41. RGB value is (138,164,65). Sum of RGB (Red+Green+Blue) = 138+164+65=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA441 is #755BBE. Grayscale: #919191. Windows color (decimal): -7691199 or 4301962. OLE color: 4301962.

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

Color convert

RGB13816465-
CMYK0.1600.600.36
HSL75.76º43.23%44.9%-
HSV(B)75.76º60.37%64.31%-
XYZ24.7132.349.94-
YUV144.9482.89123.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=37.60%
G=44.69%
B=17.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164650.1600.600.3675.7643.2344.9
Hex8AA4411003C244c2b2d
Octal21224410120074441145355
Binary100010101010010010000011000001111001001001001100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aa441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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