Html Css Color HEX #8ADC60 Mantis

📋 copy color: '#8ADC60'

red 138 ◦ green 220 ◦ blue 96

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

Shades of Mantis #8ADC60

Tints of Mantis #8ADC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.46%

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

R = 30.4%
G = 48.46%
B = 21.15%

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

#8ADC60 (or 0x8ADC60) is known color: Mantis. HEX triplet: 8A, DC and 60. RGB value is (138,220,96). Sum of RGB (Red+Green+Blue) = 138+220+96=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC60 is #75239F. Grayscale: #B5B5B5. Windows color (decimal): -7676832 or 6347914. OLE color: 6347914.

HSL color Cylindrical-coordinate representation of color #8ADC60: hue angle of 99.68º degrees, saturation: 0.64, 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 #8ADC60 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 220 96 -
CMYK 0.37 0 0.56 0.14
HSL 99.68º 0.64% 0.62% -
HSV(B) 99.68º 0.56% 0.86% -
XYZ 38.19 57.43 20.14 -
YUV 181.35 79.83 97.08 -
System Red Green Blue C M Y K H S L
Decimal 138 220 96 0.37 0 0.56 0.14 99.68 0.64 0.62
Hex 8A DC 60 25 0 38 E 64 40 3E
Octal 212 334 140 45 0 70 16 144 100 76
Binary 10001010 11011100 1100000 100101 0 111000 1110 1100100 1000000 111110

Color Harmonies of #8ADC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC60

Black with #8ADC60

Text Example


Text Example

White with #8ADC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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