#8ad35f

Color #8AD35F Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8AD35F

Tints of Mantis #8AD35F

Color information

#8AD35F (or 0x8AD35F) is unknown color: approx Mantis. HEX triplet: 8A, D3 and 5F. RGB value is (138,211,95). Sum of RGB (Red+Green+Blue) = 138+211+95=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD35F is #752CA0. Grayscale: #B0B0B0. Windows color (decimal): -7679137 or 6280074. OLE color: 6280074.

HSL color Cylindrical-coordinate representation of color #8AD35F: hue angle of 97.76º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AD35F is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB13821195-
CMYK0.3500.550.17
HSL97.76º56.86%60%-
HSV(B)97.76º54.98%82.75%-
XYZ35.8452.8219.13-
YUV175.9582.32100.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 211 (82.81% from 255) = 47.52%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=31.08%
G=47.52%
B=21.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138211950.3500.550.1797.7656.8660
Hex8AD35F230371162393c
Octal21232313743067211427174
Binary100010101101001110111111000110110111100011100010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ad35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,211,95); }

 H1.HeaderClassName
 {
   color: #8ad35f;
 }
 .AnyTagClassName
 {
   color: #8ad35f;
 }
</style>
background-color css

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

 a { background-color: rgb(138,211,95); }

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

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

 span { border-color: rgb(138,211,95); }

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