Html Css Color HEX #8AC274 Mantis

📋 copy color: '#8AC274'

red 138 ◦ green 194 ◦ blue 116

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

Shades of Mantis #8AC274

Tints of Mantis #8AC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.89%

R = 30.8%
G = 43.3%
B = 25.89%

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

#8AC274 (or 0x8AC274) is known color: Mantis. HEX triplet: 8A, C2 and 74. RGB value is (138,194,116). Sum of RGB (Red+Green+Blue) = 138+194+116=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC274 is #753D8B. Grayscale: #A8A8A8. Windows color (decimal): -7683468 or 7651978. OLE color: 7651978.

HSL color Cylindrical-coordinate representation of color #8AC274: hue angle of 103.08º 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 #8AC274 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 116 -
CMYK 0.29 0 0.40 0.24
HSL 103.08º 0.39% 0.61% -
HSV(B) 103.08º 0.4% 0.76% -
XYZ 32.93 45.25 23.52 -
YUV 168.36 98.45 106.34 -
System Red Green Blue C M Y K H S L
Decimal 138 194 116 0.29 0 0.40 0.24 103.08 0.39 0.61
Hex 8A C2 74 1D 0 28 18 67 27 3D
Octal 212 302 164 35 0 50 30 147 47 75
Binary 10001010 11000010 1110100 11101 0 101000 11000 1100111 100111 111101

Color Harmonies of #8AC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC274

Black with #8AC274

Text Example


Text Example

White with #8AC274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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