Html Css Color HEX #8ACD6B Mantis

📋 copy color: '#8ACD6B'

red 138 ◦ green 205 ◦ blue 107

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

Shades of Mantis #8ACD6B

Tints of Mantis #8ACD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 30.67%
G = 45.56%
B = 23.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#8ACD6B (or 0x8ACD6B) is known color: Mantis. HEX triplet: 8A, CD and 6B. RGB value is (138,205,107). Sum of RGB (Red+Green+Blue) = 138+205+107=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD6B is #753294. Grayscale: #AEAEAE. Windows color (decimal): -7680661 or 7064970. OLE color: 7064970.

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

Color convert

RGB 138 205 107 -
CMYK 0.33 0 0.48 0.20
HSL 101.02º 0.49% 0.61% -
HSV(B) 101.02º 0.48% 0.8% -
XYZ 34.97 50.13 21.74 -
YUV 173.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 138 205 107 0.33 0 0.48 0.20 101.02 0.49 0.61
Hex 8A CD 6B 21 0 30 14 65 31 3D
Octal 212 315 153 41 0 60 24 145 61 75
Binary 10001010 11001101 1101011 100001 0 110000 10100 1100101 110001 111101

Color Harmonies of #8ACD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD6B

Black with #8ACD6B

Text Example


Text Example

White with #8ACD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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