Html Css Color HEX #8ACC66 Mantis

📋 copy color: '#8ACC66'

red 138 ◦ green 204 ◦ blue 102

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

Shades of Mantis #8ACC66

Tints of Mantis #8ACC66

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 102 (40.23% from 255) = 22.97%

R = 31.08%
G = 45.95%
B = 22.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#8ACC66 (or 0x8ACC66) is known color: Mantis. HEX triplet: 8A, CC and 66. RGB value is (138,204,102). Sum of RGB (Red+Green+Blue) = 138+204+102=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC66 is #753399. Grayscale: #ACACAC. Windows color (decimal): -7680922 or 6737034. OLE color: 6737034.

HSL color Cylindrical-coordinate representation of color #8ACC66: hue angle of 98.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ACC66 is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 102 -
CMYK 0.32 0 0.5 0.2
HSL 98.82º 0.5% 0.6% -
HSV(B) 98.82º 0.5% 0.8% -
XYZ 34.47 49.55 20.32 -
YUV 172.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 138 204 102 0.32 0 0.5 0.2 98.82 0.5 0.6
Hex 8A CC 66 20 0 32 14 63 32 3C
Octal 212 314 146 40 0 62 24 143 62 74
Binary 10001010 11001100 1100110 100000 0 110010 10100 1100011 110010 111100

Color Harmonies of #8ACC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC66

Black with #8ACC66

Text Example


Text Example

White with #8ACC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,102); }

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

background-color css

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

 a { background-color: rgb(138,204,102); }

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

border-color css

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

 span { border-color: rgb(138,204,102); }

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