Html Css Color HEX #8ADB60 Mantis

📋 copy color: '#8ADB60'

red 138 ◦ green 219 ◦ blue 96

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

Shades of Mantis #8ADB60

Tints of Mantis #8ADB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.34%

 BLUE value IS 96 (37.89% from 255) = 21.19%

R = 30.46%
G = 48.34%
B = 21.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#8ADB60 (or 0x8ADB60) is known color: Mantis. HEX triplet: 8A, DB and 60. RGB value is (138,219,96). Sum of RGB (Red+Green+Blue) = 138+219+96=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB60 is #75249F. Grayscale: #B5B5B5. Windows color (decimal): -7677088 or 6347658. OLE color: 6347658.

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

Color convert

RGB 138 219 96 -
CMYK 0.37 0 0.56 0.14
HSL 99.51º 0.63% 0.62% -
HSV(B) 99.51º 0.56% 0.86% -
XYZ 37.92 56.91 20.05 -
YUV 180.76 80.16 97.5 -
System Red Green Blue C M Y K H S L
Decimal 138 219 96 0.37 0 0.56 0.14 99.51 0.63 0.62
Hex 8A DB 60 25 0 38 E 64 3F 3E
Octal 212 333 140 45 0 70 16 144 77 76
Binary 10001010 11011011 1100000 100101 0 111000 1110 1100100 111111 111110

Color Harmonies of #8ADB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADB60

Black with #8ADB60

Text Example


Text Example

White with #8ADB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,219,96); }

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

background-color css

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

 a { background-color: rgb(138,219,96); }

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

border-color css

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

 span { border-color: rgb(138,219,96); }

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