Html Css Color HEX #8ACF71 Mantis

📋 copy color: '#8ACF71'

red 138 ◦ green 207 ◦ blue 113

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

Shades of Mantis #8ACF71

Tints of Mantis #8ACF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 30.13%
G = 45.2%
B = 24.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#8ACF71 (or 0x8ACF71) is known color: Mantis. HEX triplet: 8A, CF and 71. RGB value is (138,207,113). Sum of RGB (Red+Green+Blue) = 138+207+113=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF71 is #75308E. Grayscale: #AFAFAF. Windows color (decimal): -7680143 or 7458698. OLE color: 7458698.

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

Color convert

RGB 138 207 113 -
CMYK 0.33 0 0.45 0.19
HSL 104.04º 0.49% 0.63% -
HSV(B) 104.04º 0.45% 0.81% -
XYZ 35.77 51.22 23.62 -
YUV 175.65 92.64 101.14 -
System Red Green Blue C M Y K H S L
Decimal 138 207 113 0.33 0 0.45 0.19 104.04 0.49 0.63
Hex 8A CF 71 21 0 2D 13 68 31 3F
Octal 212 317 161 41 0 55 23 150 61 77
Binary 10001010 11001111 1110001 100001 0 101101 10011 1101000 110001 111111

Color Harmonies of #8ACF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF71

Black with #8ACF71

Text Example


Text Example

White with #8ACF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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