Html Css Color HEX #8AD966 Mantis

📋 copy color: '#8AD966'

red 138 ◦ green 217 ◦ blue 102

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

Shades of Mantis #8AD966

Tints of Mantis #8AD966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.48%

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

R = 30.2%
G = 47.48%
B = 22.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#8AD966 (or 0x8AD966) is known color: Mantis. HEX triplet: 8A, D9 and 66. RGB value is (138,217,102). Sum of RGB (Red+Green+Blue) = 138+217+102=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD966 is #752699. Grayscale: #B4B4B4. Windows color (decimal): -7677594 or 6740362. OLE color: 6740362.

HSL color Cylindrical-coordinate representation of color #8AD966: hue angle of 101.22º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AD966 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 217 102 -
CMYK 0.36 0 0.53 0.15
HSL 101.22º 0.6% 0.63% -
HSV(B) 101.22º 0.53% 0.85% -
XYZ 37.69 55.99 21.39 -
YUV 180.27 83.83 97.85 -
System Red Green Blue C M Y K H S L
Decimal 138 217 102 0.36 0 0.53 0.15 101.22 0.6 0.63
Hex 8A D9 66 24 0 35 F 65 3C 3F
Octal 212 331 146 44 0 65 17 145 74 77
Binary 10001010 11011001 1100110 100100 0 110101 1111 1100101 111100 111111

Color Harmonies of #8AD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD966

Black with #8AD966

Text Example


Text Example

White with #8AD966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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