Html Css Color HEX #8AC052 Mantis

📋 copy color: '#8AC052'

red 138 ◦ green 192 ◦ blue 82

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

Shades of Mantis #8AC052

Tints of Mantis #8AC052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

 BLUE value IS 82 (32.42% from 255) = 19.9%

R = 33.5%
G = 46.6%
B = 19.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#8AC052 (or 0x8AC052) is known color: Mantis. HEX triplet: 8A, C0 and 52. RGB value is (138,192,82). Sum of RGB (Red+Green+Blue) = 138+192+82=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC052 is #753FAD. Grayscale: #A3A3A3. Windows color (decimal): -7684014 or 5423242. OLE color: 5423242.

HSL color Cylindrical-coordinate representation of color #8AC052: hue angle of 89.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AC052 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 82 -
CMYK 0.28 0 0.57 0.25
HSL 89.45º 0.47% 0.54% -
HSV(B) 89.45º 0.57% 0.75% -
XYZ 30.85 43.71 14.79 -
YUV 163.31 82.11 109.94 -
System Red Green Blue C M Y K H S L
Decimal 138 192 82 0.28 0 0.57 0.25 89.45 0.47 0.54
Hex 8A C0 52 1C 0 39 19 59 2F 36
Octal 212 300 122 34 0 71 31 131 57 66
Binary 10001010 11000000 1010010 11100 0 111001 11001 1011001 101111 110110

Color Harmonies of #8AC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC052

Black with #8AC052

Text Example


Text Example

White with #8AC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,192,82); }

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

background-color css

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

 a { background-color: rgb(138,192,82); }

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

border-color css

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

 span { border-color: rgb(138,192,82); }

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