#8AA43F

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

Shades of Sushi #8AA43F

Tints of Sushi #8AA43F

Color information

#8AA43F (or 0x8AA43F) is unknown color: approx Sushi. HEX triplet: 8A, A4 and 3F. RGB value is (138,164,63). Sum of RGB (Red+Green+Blue) = 138+164+63=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA43F is #755BC0. Grayscale: #919191. Windows color (decimal): -7691201 or 4170890. OLE color: 4170890.

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

Color convert

RGB13816463-
CMYK0.1600.620.36
HSL75.45º44.49%44.51%-
HSV(B)75.45º61.59%64.31%-
XYZ24.6532.319.64-
YUV144.7181.89123.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 63 (25% from 255) = 17.26%
R=37.81%
G=44.93%
B=17.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164630.1600.620.3675.4544.4944.51
Hex8AA43F1003E244b2c2d
Octal2122447720076441135455
Binary10001010101001001111111000001111101001001001011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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