Html Css Color HEX #8AD063 Mantis

📋 copy color: '#8AD063'

red 138 ◦ green 208 ◦ blue 99

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

Shades of Mantis #8AD063

Tints of Mantis #8AD063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.25%

R = 31.01%
G = 46.74%
B = 22.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#8AD063 (or 0x8AD063) is known color: Mantis. HEX triplet: 8A, D0 and 63. RGB value is (138,208,99). Sum of RGB (Red+Green+Blue) = 138+208+99=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD063 is #752F9C. Grayscale: #AFAFAF. Windows color (decimal): -7679901 or 6541450. OLE color: 6541450.

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

Color convert

RGB 138 208 99 -
CMYK 0.34 0 0.52 0.18
HSL 98.53º 0.54% 0.6% -
HSV(B) 98.53º 0.52% 0.82% -
XYZ 35.29 51.42 19.87 -
YUV 174.64 85.31 101.86 -
System Red Green Blue C M Y K H S L
Decimal 138 208 99 0.34 0 0.52 0.18 98.53 0.54 0.6
Hex 8A D0 63 22 0 34 12 63 36 3C
Octal 212 320 143 42 0 64 22 143 66 74
Binary 10001010 11010000 1100011 100010 0 110100 10010 1100011 110110 111100

Color Harmonies of #8AD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD063

Black with #8AD063

Text Example


Text Example

White with #8AD063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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