Html Css Color HEX #8AD06D Mantis

📋 copy color: '#8AD06D'

red 138 ◦ green 208 ◦ blue 109

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

Shades of Mantis #8AD06D

Tints of Mantis #8AD06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.71%

 BLUE value IS 109 (42.97% from 255) = 23.96%

R = 30.33%
G = 45.71%
B = 23.96%

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

#8AD06D (or 0x8AD06D) is known color: Mantis. HEX triplet: 8A, D0 and 6D. RGB value is (138,208,109). Sum of RGB (Red+Green+Blue) = 138+208+109=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD06D is #752F92. Grayscale: #B0B0B0. Windows color (decimal): -7679891 or 7196810. OLE color: 7196810.

HSL color Cylindrical-coordinate representation of color #8AD06D: hue angle of 102.42º degrees, saturation: 0.51, 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 #8AD06D is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 208 109 -
CMYK 0.34 0 0.48 0.18
HSL 102.42º 0.51% 0.62% -
HSV(B) 102.42º 0.48% 0.82% -
XYZ 35.8 51.62 22.54 -
YUV 175.78 90.31 101.05 -
System Red Green Blue C M Y K H S L
Decimal 138 208 109 0.34 0 0.48 0.18 102.42 0.51 0.62
Hex 8A D0 6D 22 0 30 12 66 33 3E
Octal 212 320 155 42 0 60 22 146 63 76
Binary 10001010 11010000 1101101 100010 0 110000 10010 1100110 110011 111110

Color Harmonies of #8AD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD06D

Black with #8AD06D

Text Example


Text Example

White with #8AD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,208,109); }

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

background-color css

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

 a { background-color: rgb(138,208,109); }

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

border-color css

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

 span { border-color: rgb(138,208,109); }

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