Html Css Color HEX #8AA440 Sushi

📋 copy color: '#8AA440'

red 138 ◦ green 164 ◦ blue 64

#8AA440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #8AA440

Tints of Sushi #8AA440

RGB

 RED value IS 138 (54.3% from 255) = 37.7%

 GREEN value IS 164 (64.45% from 255) = 44.81%

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 37.7%
G = 44.81%
B = 17.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#8AA440 (or 0x8AA440) is known color: Sushi. HEX triplet: 8A, A4 and 40. RGB value is (138,164,64). Sum of RGB (Red+Green+Blue) = 138+164+64=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA440 is #755BBF. Grayscale: #919191. Windows color (decimal): -7691200 or 4236426. OLE color: 4236426.

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

Color convert

RGB 138 164 64 -
CMYK 0.16 0 0.61 0.36
HSL 75.6º 0.44% 0.45% -
HSV(B) 75.6º 0.61% 0.64% -
XYZ 24.68 32.32 9.79 -
YUV 144.83 82.39 123.13 -
System Red Green Blue C M Y K H S L
Decimal 138 164 64 0.16 0 0.61 0.36 75.6 0.44 0.45
Hex 8A A4 40 10 0 3D 24 4C 2C 2D
Octal 212 244 100 20 0 75 44 114 54 55
Binary 10001010 10100100 1000000 10000 0 111101 100100 1001100 101100 101101

Color Harmonies of #8AA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA440

Black with #8AA440

Text Example


Text Example

White with #8AA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AA440;
 }
 .AnyTagClassName
 {
   color: #8AA440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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