Html Css Color HEX #8ACF61 Mantis

📋 copy color: '#8ACF61'

red 138 ◦ green 207 ◦ blue 97

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

Shades of Mantis #8ACF61

Tints of Mantis #8ACF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.95%

R = 31.22%
G = 46.83%
B = 21.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#8ACF61 (or 0x8ACF61) is known color: Mantis. HEX triplet: 8A, CF and 61. RGB value is (138,207,97). Sum of RGB (Red+Green+Blue) = 138+207+97=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF61 is #75309E. Grayscale: #AEAEAE. Windows color (decimal): -7680159 or 6410122. OLE color: 6410122.

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

Color convert

RGB 138 207 97 -
CMYK 0.33 0 0.53 0.19
HSL 97.64º 0.53% 0.6% -
HSV(B) 97.64º 0.53% 0.81% -
XYZ 34.95 50.89 19.29 -
YUV 173.83 84.64 102.44 -
System Red Green Blue C M Y K H S L
Decimal 138 207 97 0.33 0 0.53 0.19 97.64 0.53 0.6
Hex 8A CF 61 21 0 35 13 62 35 3C
Octal 212 317 141 41 0 65 23 142 65 74
Binary 10001010 11001111 1100001 100001 0 110101 10011 1100010 110101 111100

Color Harmonies of #8ACF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF61

Black with #8ACF61

Text Example


Text Example

White with #8ACF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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