Html Css Color HEX #8ADA58 Mantis

📋 copy color: '#8ADA58'

red 138 ◦ green 218 ◦ blue 88

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

Shades of Mantis #8ADA58

Tints of Mantis #8ADA58

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 31.08%
G = 49.1%
B = 19.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#8ADA58 (or 0x8ADA58) is known color: Mantis. HEX triplet: 8A, DA and 58. RGB value is (138,218,88). Sum of RGB (Red+Green+Blue) = 138+218+88=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA58 is #7525A7. Grayscale: #B3B3B3. Windows color (decimal): -7677352 or 5823114. OLE color: 5823114.

HSL color Cylindrical-coordinate representation of color #8ADA58: hue angle of 96.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ADA58 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 218 88 -
CMYK 0.37 0 0.60 0.15
HSL 96.92º 0.64% 0.6% -
HSV(B) 96.92º 0.6% 0.85% -
XYZ 37.31 56.25 18.12 -
YUV 179.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 138 218 88 0.37 0 0.60 0.15 96.92 0.64 0.6
Hex 8A DA 58 25 0 3C F 61 40 3C
Octal 212 332 130 45 0 74 17 141 100 74
Binary 10001010 11011010 1011000 100101 0 111100 1111 1100001 1000000 111100

Color Harmonies of #8ADA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADA58

Black with #8ADA58

Text Example


Text Example

White with #8ADA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,218,88); }

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

background-color css

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

 a { background-color: rgb(138,218,88); }

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

border-color css

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

 span { border-color: rgb(138,218,88); }

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