#8ADF5C

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

Shades of Mantis #8ADF5C

Tints of Mantis #8ADF5C

Color information

#8ADF5C (or 0x8ADF5C) is unknown color: approx Mantis. HEX triplet: 8A, DF and 5C. RGB value is (138,223,92). Sum of RGB (Red+Green+Blue) = 138+223+92=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF5C is #7520A3. Grayscale: #B7B7B7. Windows color (decimal): -7676068 or 6086538. OLE color: 6086538.

HSL color Cylindrical-coordinate representation of color #8ADF5C: hue angle of 98.93º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8ADF5C is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB13822392-
CMYK0.3800.590.13
HSL98.93º67.18%61.76%-
HSV(B)98.93º58.74%87.45%-
XYZ38.858.9519.46-
YUV182.6576.8496.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 223 (87.5% from 255) = 49.23%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=30.46%
G=49.23%
B=20.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138223920.3800.590.1398.9367.1861.76
Hex8ADF5C2603BD63433e
Octal212337134460731514310376
Binary100010101101111110111001001100111011110111000111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,92); }

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

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

 a { background-color: rgb(138,223,92); }

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

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

 span { border-color: rgb(138,223,92); }

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