Html Css Color HEX #8ACF5B Mantis

📋 copy color: '#8ACF5B'

red 138 ◦ green 207 ◦ blue 91

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

Shades of Mantis #8ACF5B

Tints of Mantis #8ACF5B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.48%

 BLUE value IS 91 (35.94% from 255) = 20.87%

R = 31.65%
G = 47.48%
B = 20.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#8ACF5B (or 0x8ACF5B) is known color: Mantis. HEX triplet: 8A, CF and 5B. RGB value is (138,207,91). Sum of RGB (Red+Green+Blue) = 138+207+91=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF5B is #7530A4. Grayscale: #ADADAD. Windows color (decimal): -7680165 or 6016906. OLE color: 6016906.

HSL color Cylindrical-coordinate representation of color #8ACF5B: hue angle of 95.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ACF5B is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 91 -
CMYK 0.33 0 0.56 0.19
HSL 95.69º 0.55% 0.58% -
HSV(B) 95.69º 0.56% 0.81% -
XYZ 34.68 50.78 17.87 -
YUV 173.15 81.64 102.93 -
System Red Green Blue C M Y K H S L
Decimal 138 207 91 0.33 0 0.56 0.19 95.69 0.55 0.58
Hex 8A CF 5B 21 0 38 13 60 37 3A
Octal 212 317 133 41 0 70 23 140 67 72
Binary 10001010 11001111 1011011 100001 0 111000 10011 1100000 110111 111010

Color Harmonies of #8ACF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF5B

Black with #8ACF5B

Text Example


Text Example

White with #8ACF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,207,91); }

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

background-color css

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

 a { background-color: rgb(138,207,91); }

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

border-color css

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

 span { border-color: rgb(138,207,91); }

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