Html Css Color HEX #8AA238 Sushi

📋 copy color: '#8AA238'

red 138 ◦ green 162 ◦ blue 56

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

Shades of Sushi #8AA238

Tints of Sushi #8AA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.51%

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

R = 38.76%
G = 45.51%
B = 15.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#8AA238 (or 0x8AA238) is known color: Sushi. HEX triplet: 8A, A2 and 38. RGB value is (138,162,56). Sum of RGB (Red+Green+Blue) = 138+162+56=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA238 is #755DC7. Grayscale: #8F8F8F. Windows color (decimal): -7691720 or 3711626. OLE color: 3711626.

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

Color convert

RGB 138 162 56 -
CMYK 0.15 0 0.65 0.36
HSL 73.58º 0.49% 0.43% -
HSV(B) 73.58º 0.65% 0.64% -
XYZ 24.12 31.53 8.56 -
YUV 142.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 138 162 56 0.15 0 0.65 0.36 73.58 0.49 0.43
Hex 8A A2 38 F 0 41 24 4A 31 2B
Octal 212 242 70 17 0 101 44 112 61 53
Binary 10001010 10100010 111000 1111 0 1000001 100100 1001010 110001 101011

Color Harmonies of #8AA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA238

Black with #8AA238

Text Example


Text Example

White with #8AA238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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