Html Css Color HEX #8AC275 Mantis

📋 copy color: '#8AC275'

red 138 ◦ green 194 ◦ blue 117

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

Shades of Mantis #8AC275

Tints of Mantis #8AC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

 BLUE value IS 117 (46.09% from 255) = 26.06%

R = 30.73%
G = 43.21%
B = 26.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#8AC275 (or 0x8AC275) is known color: Mantis. HEX triplet: 8A, C2 and 75. RGB value is (138,194,117). Sum of RGB (Red+Green+Blue) = 138+194+117=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC275 is #753D8A. Grayscale: #A8A8A8. Windows color (decimal): -7683467 or 7717514. OLE color: 7717514.

HSL color Cylindrical-coordinate representation of color #8AC275: hue angle of 103.64º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC275 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 117 -
CMYK 0.29 0 0.40 0.24
HSL 103.64º 0.39% 0.61% -
HSV(B) 103.64º 0.4% 0.76% -
XYZ 32.98 45.27 23.83 -
YUV 168.48 98.95 106.26 -
System Red Green Blue C M Y K H S L
Decimal 138 194 117 0.29 0 0.40 0.24 103.64 0.39 0.61
Hex 8A C2 75 1D 0 28 18 68 27 3D
Octal 212 302 165 35 0 50 30 150 47 75
Binary 10001010 11000010 1110101 11101 0 101000 11000 1101000 100111 111101

Color Harmonies of #8AC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC275

Black with #8AC275

Text Example


Text Example

White with #8AC275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,117); }

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

background-color css

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

 a { background-color: rgb(138,194,117); }

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

border-color css

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

 span { border-color: rgb(138,194,117); }

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