Html Css Color HEX #8AC965 Mantis

📋 copy color: '#8AC965'

red 138 ◦ green 201 ◦ blue 101

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

Shades of Mantis #8AC965

Tints of Mantis #8AC965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.68%

 BLUE value IS 101 (39.84% from 255) = 22.95%

R = 31.36%
G = 45.68%
B = 22.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#8AC965 (or 0x8AC965) is known color: Mantis. HEX triplet: 8A, C9 and 65. RGB value is (138,201,101). Sum of RGB (Red+Green+Blue) = 138+201+101=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC965 is #75369A. Grayscale: #ABABAB. Windows color (decimal): -7681691 or 6670730. OLE color: 6670730.

HSL color Cylindrical-coordinate representation of color #8AC965: hue angle of 97.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AC965 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 101 -
CMYK 0.31 0 0.50 0.21
HSL 97.8º 0.48% 0.59% -
HSV(B) 97.8º 0.5% 0.79% -
XYZ 33.72 48.12 19.82 -
YUV 170.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 138 201 101 0.31 0 0.50 0.21 97.8 0.48 0.59
Hex 8A C9 65 1F 0 32 15 62 30 3B
Octal 212 311 145 37 0 62 25 142 60 73
Binary 10001010 11001001 1100101 11111 0 110010 10101 1100010 110000 111011

Color Harmonies of #8AC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC965

Black with #8AC965

Text Example


Text Example

White with #8AC965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,201,101); }

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

background-color css

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

 a { background-color: rgb(138,201,101); }

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

border-color css

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

 span { border-color: rgb(138,201,101); }

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