Html Css Color HEX #8AB278 Amulet

📋 copy color: '#8AB278'

red 138 ◦ green 178 ◦ blue 120

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

Shades of Amulet #8AB278

Tints of Amulet #8AB278

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 31.65%
G = 40.83%
B = 27.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#8AB278 (or 0x8AB278) is known color: Amulet. HEX triplet: 8A, B2 and 78. RGB value is (138,178,120). Sum of RGB (Red+Green+Blue) = 138+178+120=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB278 is #754D87. Grayscale: #9F9F9F. Windows color (decimal): -7687560 or 7910026. OLE color: 7910026.

HSL color Cylindrical-coordinate representation of color #8AB278: hue angle of 101.38º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AB278 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 178 120 -
CMYK 0.22 0 0.33 0.30
HSL 101.38º 0.27% 0.58% -
HSV(B) 101.38º 0.33% 0.7% -
XYZ 29.79 38.6 23.65 -
YUV 159.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 138 178 120 0.22 0 0.33 0.30 101.38 0.27 0.58
Hex 8A B2 78 16 0 21 1E 65 1B 3A
Octal 212 262 170 26 0 41 36 145 33 72
Binary 10001010 10110010 1111000 10110 0 100001 11110 1100101 11011 111010

Color Harmonies of #8AB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB278

Black with #8AB278

Text Example


Text Example

White with #8AB278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,120); }

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

background-color css

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

 a { background-color: rgb(138,178,120); }

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

border-color css

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

 span { border-color: rgb(138,178,120); }

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