Html Css Color HEX #8ADC69 Mantis

📋 copy color: '#8ADC69'

red 138 ◦ green 220 ◦ blue 105

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

Shades of Mantis #8ADC69

Tints of Mantis #8ADC69

RGB

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

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

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

R = 29.81%
G = 47.52%
B = 22.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#8ADC69 (or 0x8ADC69) is known color: Mantis. HEX triplet: 8A, DC and 69. RGB value is (138,220,105). Sum of RGB (Red+Green+Blue) = 138+220+105=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC69 is #752396. Grayscale: #B6B6B6. Windows color (decimal): -7676823 or 6937738. OLE color: 6937738.

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

Color convert

RGB 138 220 105 -
CMYK 0.37 0 0.52 0.14
HSL 102.78º 0.62% 0.64% -
HSV(B) 102.78º 0.52% 0.86% -
XYZ 38.62 57.61 22.45 -
YUV 182.37 84.33 96.35 -
System Red Green Blue C M Y K H S L
Decimal 138 220 105 0.37 0 0.52 0.14 102.78 0.62 0.64
Hex 8A DC 69 25 0 34 E 67 3E 40
Octal 212 334 151 45 0 64 16 147 76 100
Binary 10001010 11011100 1101001 100101 0 110100 1110 1100111 111110 1000000

Color Harmonies of #8ADC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC69

Black with #8ADC69

Text Example


Text Example

White with #8ADC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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