#8ADC65

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

Shades of Mantis #8ADC65

Tints of Mantis #8ADC65

Color information

#8ADC65 (or 0x8ADC65) is unknown color: approx Mantis. HEX triplet: 8A, DC and 65. RGB value is (138,220,101). Sum of RGB (Red+Green+Blue) = 138+220+101=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC65 is #75239A. Grayscale: #B6B6B6. Windows color (decimal): -7676827 or 6675594. OLE color: 6675594.

HSL color Cylindrical-coordinate representation of color #8ADC65: hue angle of 101.34º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8ADC65 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB138220101-
CMYK0.3700.540.14
HSL101.34º62.96%62.94%-
HSV(B)101.34º54.09%86.27%-
XYZ38.4257.5321.39-
YUV181.9282.3396.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 220 (86.33% from 255) = 47.93%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=30.07%
G=47.93%
B=22.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201010.3700.540.14101.3462.9662.94
Hex8ADC6525036E653f3f
Octal21233414545066161457777
Binary10001010110111001100101100101011011011101100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,220,101); }

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

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

 a { background-color: rgb(138,220,101); }

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

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

 span { border-color: rgb(138,220,101); }

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