Html Css Color HEX #8AC054 Mantis

📋 copy color: '#8AC054'

red 138 ◦ green 192 ◦ blue 84

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

Shades of Mantis #8AC054

Tints of Mantis #8AC054

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

 BLUE value IS 84 (33.2% from 255) = 20.29%

R = 33.33%
G = 46.38%
B = 20.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#8AC054 (or 0x8AC054) is known color: Mantis. HEX triplet: 8A, C0 and 54. RGB value is (138,192,84). Sum of RGB (Red+Green+Blue) = 138+192+84=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC054 is #753FAB. Grayscale: #A3A3A3. Windows color (decimal): -7684012 or 5554314. OLE color: 5554314.

HSL color Cylindrical-coordinate representation of color #8AC054: hue angle of 90º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AC054 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 84 -
CMYK 0.28 0 0.56 0.25
HSL 90º 0.46% 0.54% -
HSV(B) 90º 0.56% 0.75% -
XYZ 30.93 43.74 15.2 -
YUV 163.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 138 192 84 0.28 0 0.56 0.25 90 0.46 0.54
Hex 8A C0 54 1C 0 38 19 5A 2E 36
Octal 212 300 124 34 0 70 31 132 56 66
Binary 10001010 11000000 1010100 11100 0 111000 11001 1011010 101110 110110

Color Harmonies of #8AC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC054

Black with #8AC054

Text Example


Text Example

White with #8AC054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,84); }

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

background-color css

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

 a { background-color: rgb(138,192,84); }

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

border-color css

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

 span { border-color: rgb(138,192,84); }

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