Html Css Color HEX #8ACD72 Mantis

📋 copy color: '#8ACD72'

red 138 ◦ green 205 ◦ blue 114

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

Shades of Mantis #8ACD72

Tints of Mantis #8ACD72

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.86%

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 30.2%
G = 44.86%
B = 24.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#8ACD72 (or 0x8ACD72) is known color: Mantis. HEX triplet: 8A, CD and 72. RGB value is (138,205,114). Sum of RGB (Red+Green+Blue) = 138+205+114=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD72 is #75328D. Grayscale: #AEAEAE. Windows color (decimal): -7680654 or 7523722. OLE color: 7523722.

HSL color Cylindrical-coordinate representation of color #8ACD72: hue angle of 104.18º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ACD72 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 114 -
CMYK 0.33 0 0.44 0.20
HSL 104.18º 0.48% 0.63% -
HSV(B) 104.18º 0.44% 0.8% -
XYZ 35.35 50.28 23.76 -
YUV 174.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 138 205 114 0.33 0 0.44 0.20 104.18 0.48 0.63
Hex 8A CD 72 21 0 2C 14 68 30 3F
Octal 212 315 162 41 0 54 24 150 60 77
Binary 10001010 11001101 1110010 100001 0 101100 10100 1101000 110000 111111

Color Harmonies of #8ACD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD72

Black with #8ACD72

Text Example


Text Example

White with #8ACD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,114); }

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

background-color css

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

 a { background-color: rgb(138,205,114); }

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

border-color css

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

 span { border-color: rgb(138,205,114); }

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