Html Css Color HEX #8AD06B Mantis

📋 copy color: '#8AD06B'

red 138 ◦ green 208 ◦ blue 107

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

Shades of Mantis #8AD06B

Tints of Mantis #8AD06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 30.46%
G = 45.92%
B = 23.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#8AD06B (or 0x8AD06B) is known color: Mantis. HEX triplet: 8A, D0 and 6B. RGB value is (138,208,107). Sum of RGB (Red+Green+Blue) = 138+208+107=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD06B is #752F94. Grayscale: #AFAFAF. Windows color (decimal): -7679893 or 7065738. OLE color: 7065738.

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

Color convert

RGB 138 208 107 -
CMYK 0.34 0 0.49 0.18
HSL 101.58º 0.52% 0.62% -
HSV(B) 101.58º 0.49% 0.82% -
XYZ 35.69 51.58 21.98 -
YUV 175.56 89.31 101.21 -
System Red Green Blue C M Y K H S L
Decimal 138 208 107 0.34 0 0.49 0.18 101.58 0.52 0.62
Hex 8A D0 6B 22 0 31 12 66 34 3E
Octal 212 320 153 42 0 61 22 146 64 76
Binary 10001010 11010000 1101011 100010 0 110001 10010 1100110 110100 111110

Color Harmonies of #8AD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD06B

Black with #8AD06B

Text Example


Text Example

White with #8AD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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