Html Css Color HEX #8AC058 Mantis

📋 copy color: '#8AC058'

red 138 ◦ green 192 ◦ blue 88

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

Shades of Mantis #8AC058

Tints of Mantis #8AC058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.05%

R = 33.01%
G = 45.93%
B = 21.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#8AC058 (or 0x8AC058) is known color: Mantis. HEX triplet: 8A, C0 and 58. RGB value is (138,192,88). Sum of RGB (Red+Green+Blue) = 138+192+88=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC058 is #753FA7. Grayscale: #A4A4A4. Windows color (decimal): -7684008 or 5816458. OLE color: 5816458.

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

Color convert

RGB 138 192 88 -
CMYK 0.28 0 0.54 0.25
HSL 91.15º 0.45% 0.55% -
HSV(B) 91.15º 0.54% 0.75% -
XYZ 31.09 43.81 16.05 -
YUV 164 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 138 192 88 0.28 0 0.54 0.25 91.15 0.45 0.55
Hex 8A C0 58 1C 0 36 19 5B 2D 37
Octal 212 300 130 34 0 66 31 133 55 67
Binary 10001010 11000000 1011000 11100 0 110110 11001 1011011 101101 110111

Color Harmonies of #8AC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC058

Black with #8AC058

Text Example


Text Example

White with #8AC058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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