Html Css Color HEX #8AAB40 Sushi

📋 copy color: '#8AAB40'

red 138 ◦ green 171 ◦ blue 64

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

Shades of Sushi #8AAB40

Tints of Sushi #8AAB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

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

R = 37%
G = 45.84%
B = 17.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#8AAB40 (or 0x8AAB40) is known color: Sushi. HEX triplet: 8A, AB and 40. RGB value is (138,171,64). Sum of RGB (Red+Green+Blue) = 138+171+64=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB40 is #7554BF. Grayscale: #959595. Windows color (decimal): -7689408 or 4238218. OLE color: 4238218.

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

Color convert

RGB 138 171 64 -
CMYK 0.19 0 0.63 0.33
HSL 78.5º 0.46% 0.46% -
HSV(B) 78.5º 0.63% 0.67% -
XYZ 25.97 34.9 10.22 -
YUV 148.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 138 171 64 0.19 0 0.63 0.33 78.5 0.46 0.46
Hex 8A AB 40 13 0 3F 21 4F 2E 2E
Octal 212 253 100 23 0 77 41 117 56 56
Binary 10001010 10101011 1000000 10011 0 111111 100001 1001111 101110 101110

Color Harmonies of #8AAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB40

Black with #8AAB40

Text Example


Text Example

White with #8AAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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