Html Css Color HEX #8AC250 Mantis

📋 copy color: '#8AC250'

red 138 ◦ green 194 ◦ blue 80

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

Shades of Mantis #8AC250

Tints of Mantis #8AC250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.42%

R = 33.5%
G = 47.09%
B = 19.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#8AC250 (or 0x8AC250) is known color: Mantis. HEX triplet: 8A, C2 and 50. RGB value is (138,194,80). Sum of RGB (Red+Green+Blue) = 138+194+80=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC250 is #753DAF. Grayscale: #A4A4A4. Windows color (decimal): -7683504 or 5292682. OLE color: 5292682.

HSL color Cylindrical-coordinate representation of color #8AC250: hue angle of 89.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AC250 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 194 80 -
CMYK 0.29 0 0.59 0.24
HSL 89.47º 0.48% 0.54% -
HSV(B) 89.47º 0.59% 0.76% -
XYZ 31.22 44.57 14.55 -
YUV 164.26 80.45 109.27 -
System Red Green Blue C M Y K H S L
Decimal 138 194 80 0.29 0 0.59 0.24 89.47 0.48 0.54
Hex 8A C2 50 1D 0 3B 18 59 30 36
Octal 212 302 120 35 0 73 30 131 60 66
Binary 10001010 11000010 1010000 11101 0 111011 11000 1011001 110000 110110

Color Harmonies of #8AC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC250

Black with #8AC250

Text Example


Text Example

White with #8AC250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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