Html Css Color HEX #8ACF6C Mantis

📋 copy color: '#8ACF6C'

red 138 ◦ green 207 ◦ blue 108

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

Shades of Mantis #8ACF6C

Tints of Mantis #8ACF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 30.46%
G = 45.7%
B = 23.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#8ACF6C (or 0x8ACF6C) is known color: Mantis. HEX triplet: 8A, CF and 6C. RGB value is (138,207,108). Sum of RGB (Red+Green+Blue) = 138+207+108=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF6C is #753093. Grayscale: #AFAFAF. Windows color (decimal): -7680148 or 7131018. OLE color: 7131018.

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

Color convert

RGB 138 207 108 -
CMYK 0.33 0 0.48 0.19
HSL 101.82º 0.51% 0.62% -
HSV(B) 101.82º 0.48% 0.81% -
XYZ 35.5 51.11 22.18 -
YUV 175.08 90.14 101.55 -
System Red Green Blue C M Y K H S L
Decimal 138 207 108 0.33 0 0.48 0.19 101.82 0.51 0.62
Hex 8A CF 6C 21 0 30 13 66 33 3E
Octal 212 317 154 41 0 60 23 146 63 76
Binary 10001010 11001111 1101100 100001 0 110000 10011 1100110 110011 111110

Color Harmonies of #8ACF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF6C

Black with #8ACF6C

Text Example


Text Example

White with #8ACF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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