#8AA93D

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

Shades of Sushi #8AA93D

Tints of Sushi #8AA93D

Color information

#8AA93D (or 0x8AA93D) is unknown color: approx Sushi. HEX triplet: 8A, A9 and 3D. RGB value is (138,169,61). Sum of RGB (Red+Green+Blue) = 138+169+61=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA93D is #7556C2. Grayscale: #939393. Windows color (decimal): -7689923 or 4041098. OLE color: 4041098.

HSL color Cylindrical-coordinate representation of color #8AA93D: hue angle of 77.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AA93D is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB13816961-
CMYK0.1800.640.34
HSL77.22º46.96%45.1%-
HSV(B)77.22º63.91%66.27%-
XYZ25.5134.129.66-
YUV147.4279.23121.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.5%
GREEN value IS 169 (66.41% from 255) = 45.92%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=37.5%
G=45.92%
B=16.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138169610.1800.640.3477.2246.9645.1
Hex8AA93D12040224d2f2d
Octal21225175220100421155755
Binary100010101010100111110110010010000001000101001101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,61); }

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

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

 a { background-color: rgb(138,169,61); }

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

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

 span { border-color: rgb(138,169,61); }

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