#8AA43A

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

Shades of Sushi #8AA43A

Tints of Sushi #8AA43A

Color information

#8AA43A (or 0x8AA43A) is unknown color: approx Sushi. HEX triplet: 8A, A4 and 3A. RGB value is (138,164,58). Sum of RGB (Red+Green+Blue) = 138+164+58=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA43A is #755BC5. Grayscale: #909090. Windows color (decimal): -7691206 or 3843210. OLE color: 3843210.

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

Color convert

RGB13816458-
CMYK0.1600.650.36
HSL74.72º47.75%43.53%-
HSV(B)74.72º64.63%64.31%-
XYZ24.5232.268.94-
YUV144.1479.39123.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 164 (64.45% from 255) = 45.56%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=38.33%
G=45.56%
B=16.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164580.1600.650.3674.7247.7543.53
Hex8AA43A10041244b302c
Octal21224472200101441136054
Binary100010101010010011101010000010000011001001001011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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