Html Css Color HEX #8AA63A Sushi

📋 copy color: '#8AA63A'

red 138 ◦ green 166 ◦ blue 58

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

Shades of Sushi #8AA63A

Tints of Sushi #8AA63A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.86%

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 38.12%
G = 45.86%
B = 16.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#8AA63A (or 0x8AA63A) is known color: Sushi. HEX triplet: 8A, A6 and 3A. RGB value is (138,166,58). Sum of RGB (Red+Green+Blue) = 138+166+58=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA63A is #7559C5. Grayscale: #919191. Windows color (decimal): -7690694 or 3843722. OLE color: 3843722.

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

Color convert

RGB 138 166 58 -
CMYK 0.17 0 0.65 0.35
HSL 75.56º 0.48% 0.44% -
HSV(B) 75.56º 0.65% 0.65% -
XYZ 24.88 32.98 9.06 -
YUV 145.32 78.72 122.78 -
System Red Green Blue C M Y K H S L
Decimal 138 166 58 0.17 0 0.65 0.35 75.56 0.48 0.44
Hex 8A A6 3A 11 0 41 23 4C 30 2C
Octal 212 246 72 21 0 101 43 114 60 54
Binary 10001010 10100110 111010 10001 0 1000001 100011 1001100 110000 101100

Color Harmonies of #8AA63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA63A

Black with #8AA63A

Text Example


Text Example

White with #8AA63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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