#8AA843

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

Shades of Sushi #8AA843

Tints of Sushi #8AA843

Color information

#8AA843 (or 0x8AA843) is unknown color: approx Sushi. HEX triplet: 8A, A8 and 43. RGB value is (138,168,67). Sum of RGB (Red+Green+Blue) = 138+168+67=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA843 is #7557BC. Grayscale: #939393. Windows color (decimal): -7690173 or 4434058. OLE color: 4434058.

HSL color Cylindrical-coordinate representation of color #8AA843: hue angle of 77.82º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AA843 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB13816867-
CMYK0.1800.600.34
HSL77.82º42.98%46.08%-
HSV(B)77.82º60.12%65.88%-
XYZ25.533.8110.49-
YUV147.5282.56121.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 168 (66.02% from 255) = 45.04%
BLUE value IS 67 (26.56% from 255) = 17.96%
R=37.00%
G=45.04%
B=17.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138168670.1800.600.3477.8242.9846.08
Hex8AA8431203C224e2b2e
Octal21225010322074421165356
Binary100010101010100010000111001001111001000101001110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,168,67); }

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

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

 a { background-color: rgb(138,168,67); }

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

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

 span { border-color: rgb(138,168,67); }

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