Html Css Color HEX #8AAC41 Sushi

📋 copy color: '#8AAC41'

red 138 ◦ green 172 ◦ blue 65

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

Shades of Sushi #8AAC41

Tints of Sushi #8AAC41

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 36.8%
G = 45.87%
B = 17.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#8AAC41 (or 0x8AAC41) is known color: Sushi. HEX triplet: 8A, AC and 41. RGB value is (138,172,65). Sum of RGB (Red+Green+Blue) = 138+172+65=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC41 is #7553BE. Grayscale: #969696. Windows color (decimal): -7689151 or 4304010. OLE color: 4304010.

HSL color Cylindrical-coordinate representation of color #8AAC41: hue angle of 79.07º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AAC41 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 172 65 -
CMYK 0.20 0 0.62 0.33
HSL 79.07º 0.45% 0.46% -
HSV(B) 79.07º 0.62% 0.67% -
XYZ 26.19 35.29 10.43 -
YUV 149.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 138 172 65 0.20 0 0.62 0.33 79.07 0.45 0.46
Hex 8A AC 41 14 0 3E 21 4F 2D 2E
Octal 212 254 101 24 0 76 41 117 55 56
Binary 10001010 10101100 1000001 10100 0 111110 100001 1001111 101101 101110

Color Harmonies of #8AAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAC41

Black with #8AAC41

Text Example


Text Example

White with #8AAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,172,65); }

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

background-color css

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

 a { background-color: rgb(138,172,65); }

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

border-color css

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

 span { border-color: rgb(138,172,65); }

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