Html Css Color HEX #8ADE65 Mantis

📋 copy color: '#8ADE65'

red 138 ◦ green 222 ◦ blue 101

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

Shades of Mantis #8ADE65

Tints of Mantis #8ADE65

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.16%

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 29.93%
G = 48.16%
B = 21.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#8ADE65 (or 0x8ADE65) is known color: Mantis. HEX triplet: 8A, DE and 65. RGB value is (138,222,101). Sum of RGB (Red+Green+Blue) = 138+222+101=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE65 is #75219A. Grayscale: #B7B7B7. Windows color (decimal): -7676315 or 6676106. OLE color: 6676106.

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

Color convert

RGB 138 222 101 -
CMYK 0.38 0 0.55 0.13
HSL 101.65º 0.65% 0.63% -
HSV(B) 101.65º 0.55% 0.87% -
XYZ 38.95 58.59 21.57 -
YUV 183.09 81.67 95.84 -
System Red Green Blue C M Y K H S L
Decimal 138 222 101 0.38 0 0.55 0.13 101.65 0.65 0.63
Hex 8A DE 65 26 0 37 D 66 41 3F
Octal 212 336 145 46 0 67 15 146 101 77
Binary 10001010 11011110 1100101 100110 0 110111 1101 1100110 1000001 111111

Color Harmonies of #8ADE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADE65

Black with #8ADE65

Text Example


Text Example

White with #8ADE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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