Html Css Color HEX #8AC450 Mantis

📋 copy color: '#8AC450'

red 138 ◦ green 196 ◦ blue 80

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

Shades of Mantis #8AC450

Tints of Mantis #8AC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

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

R = 33.33%
G = 47.34%
B = 19.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#8AC450 (or 0x8AC450) is known color: Mantis. HEX triplet: 8A, C4 and 50. RGB value is (138,196,80). Sum of RGB (Red+Green+Blue) = 138+196+80=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC450 is #753BAF. Grayscale: #A5A5A5. Windows color (decimal): -7682992 or 5293194. OLE color: 5293194.

HSL color Cylindrical-coordinate representation of color #8AC450: hue angle of 90º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AC450 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 196 80 -
CMYK 0.30 0 0.59 0.23
HSL 90º 0.5% 0.54% -
HSV(B) 90º 0.59% 0.77% -
XYZ 31.67 45.46 14.7 -
YUV 165.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 138 196 80 0.30 0 0.59 0.23 90 0.5 0.54
Hex 8A C4 50 1E 0 3B 17 5A 32 36
Octal 212 304 120 36 0 73 27 132 62 66
Binary 10001010 11000100 1010000 11110 0 111011 10111 1011010 110010 110110

Color Harmonies of #8AC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC450

Black with #8AC450

Text Example


Text Example

White with #8AC450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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