Html Css Color HEX #8AA438 Sushi

📋 copy color: '#8AA438'

red 138 ◦ green 164 ◦ blue 56

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

Shades of Sushi #8AA438

Tints of Sushi #8AA438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 38.55%
G = 45.81%
B = 15.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#8AA438 (or 0x8AA438) is known color: Sushi. HEX triplet: 8A, A4 and 38. RGB value is (138,164,56). Sum of RGB (Red+Green+Blue) = 138+164+56=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA438 is #755BC7. Grayscale: #909090. Windows color (decimal): -7691208 or 3712138. OLE color: 3712138.

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

Color convert

RGB 138 164 56 -
CMYK 0.16 0 0.66 0.36
HSL 74.44º 0.49% 0.43% -
HSV(B) 74.44º 0.66% 0.64% -
XYZ 24.47 32.24 8.67 -
YUV 143.91 78.39 123.78 -
System Red Green Blue C M Y K H S L
Decimal 138 164 56 0.16 0 0.66 0.36 74.44 0.49 0.43
Hex 8A A4 38 10 0 42 24 4A 31 2B
Octal 212 244 70 20 0 102 44 112 61 53
Binary 10001010 10100100 111000 10000 0 1000010 100100 1001010 110001 101011

Color Harmonies of #8AA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA438

Black with #8AA438

Text Example


Text Example

White with #8AA438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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