Html Css Color HEX #8ADF60 Mantis

📋 copy color: '#8ADF60'

red 138 ◦ green 223 ◦ blue 96

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

Shades of Mantis #8ADF60

Tints of Mantis #8ADF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.8%

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

R = 30.2%
G = 48.8%
B = 21.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#8ADF60 (or 0x8ADF60) is known color: Mantis. HEX triplet: 8A, DF and 60. RGB value is (138,223,96). Sum of RGB (Red+Green+Blue) = 138+223+96=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF60 is #75209F. Grayscale: #B7B7B7. Windows color (decimal): -7676064 or 6348682. OLE color: 6348682.

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

Color convert

RGB 138 223 96 -
CMYK 0.38 0 0.57 0.13
HSL 100.16º 0.66% 0.63% -
HSV(B) 100.16º 0.57% 0.87% -
XYZ 38.98 59.02 20.4 -
YUV 183.11 78.84 95.83 -
System Red Green Blue C M Y K H S L
Decimal 138 223 96 0.38 0 0.57 0.13 100.16 0.66 0.63
Hex 8A DF 60 26 0 39 D 64 42 3F
Octal 212 337 140 46 0 71 15 144 102 77
Binary 10001010 11011111 1100000 100110 0 111001 1101 1100100 1000010 111111

Color Harmonies of #8ADF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADF60

Black with #8ADF60

Text Example


Text Example

White with #8ADF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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