Html Css Color HEX #8AD16C Mantis

📋 copy color: '#8AD16C'

red 138 ◦ green 209 ◦ blue 108

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

Shades of Mantis #8AD16C

Tints of Mantis #8AD16C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.93%

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

R = 30.33%
G = 45.93%
B = 23.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#8AD16C (or 0x8AD16C) is known color: Mantis. HEX triplet: 8A, D1 and 6C. RGB value is (138,209,108). Sum of RGB (Red+Green+Blue) = 138+209+108=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD16C is #752E93. Grayscale: #B0B0B0. Windows color (decimal): -7679636 or 7131530. OLE color: 7131530.

HSL color Cylindrical-coordinate representation of color #8AD16C: hue angle of 102.18º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AD16C is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 108 -
CMYK 0.34 0 0.48 0.18
HSL 102.18º 0.52% 0.62% -
HSV(B) 102.18º 0.48% 0.82% -
XYZ 35.99 52.09 22.34 -
YUV 176.26 89.48 100.71 -
System Red Green Blue C M Y K H S L
Decimal 138 209 108 0.34 0 0.48 0.18 102.18 0.52 0.62
Hex 8A D1 6C 22 0 30 12 66 34 3E
Octal 212 321 154 42 0 60 22 146 64 76
Binary 10001010 11010001 1101100 100010 0 110000 10010 1100110 110100 111110

Color Harmonies of #8AD16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD16C

Black with #8AD16C

Text Example


Text Example

White with #8AD16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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