Html Css Color HEX #8ADD69 Mantis

📋 copy color: '#8ADD69'

red 138 ◦ green 221 ◦ blue 105

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

Shades of Mantis #8ADD69

Tints of Mantis #8ADD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.63%

 BLUE value IS 105 (41.41% from 255) = 22.63%

R = 29.74%
G = 47.63%
B = 22.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#8ADD69 (or 0x8ADD69) is known color: Mantis. HEX triplet: 8A, DD and 69. RGB value is (138,221,105). Sum of RGB (Red+Green+Blue) = 138+221+105=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD69 is #752296. Grayscale: #B7B7B7. Windows color (decimal): -7676567 or 6937994. OLE color: 6937994.

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

Color convert

RGB 138 221 105 -
CMYK 0.38 0 0.52 0.13
HSL 102.93º 0.63% 0.64% -
HSV(B) 102.93º 0.52% 0.87% -
XYZ 38.89 58.14 22.54 -
YUV 182.96 84 95.93 -
System Red Green Blue C M Y K H S L
Decimal 138 221 105 0.38 0 0.52 0.13 102.93 0.63 0.64
Hex 8A DD 69 26 0 34 D 67 3F 40
Octal 212 335 151 46 0 64 15 147 77 100
Binary 10001010 11011101 1101001 100110 0 110100 1101 1100111 111111 1000000

Color Harmonies of #8ADD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD69

Black with #8ADD69

Text Example


Text Example

White with #8ADD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,105); }

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

background-color css

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

 a { background-color: rgb(138,221,105); }

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

border-color css

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

 span { border-color: rgb(138,221,105); }

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