Html Css Color HEX #8AC655 Mantis

📋 copy color: '#8AC655'

red 138 ◦ green 198 ◦ blue 85

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

Shades of Mantis #8AC655

Tints of Mantis #8AC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.03%

 BLUE value IS 85 (33.59% from 255) = 20.19%

R = 32.78%
G = 47.03%
B = 20.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#8AC655 (or 0x8AC655) is known color: Mantis. HEX triplet: 8A, C6 and 55. RGB value is (138,198,85). Sum of RGB (Red+Green+Blue) = 138+198+85=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC655 is #7539AA. Grayscale: #A7A7A7. Windows color (decimal): -7682475 or 5621386. OLE color: 5621386.

HSL color Cylindrical-coordinate representation of color #8AC655: hue angle of 91.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AC655 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 198 85 -
CMYK 0.30 0 0.57 0.22
HSL 91.86º 0.5% 0.55% -
HSV(B) 91.86º 0.57% 0.78% -
XYZ 32.32 46.45 15.86 -
YUV 167.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 138 198 85 0.30 0 0.57 0.22 91.86 0.5 0.55
Hex 8A C6 55 1E 0 39 16 5C 32 37
Octal 212 306 125 36 0 71 26 134 62 67
Binary 10001010 11000110 1010101 11110 0 111001 10110 1011100 110010 110111

Color Harmonies of #8AC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC655

Black with #8AC655

Text Example


Text Example

White with #8AC655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,198,85); }

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

background-color css

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

 a { background-color: rgb(138,198,85); }

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

border-color css

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

 span { border-color: rgb(138,198,85); }

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