Html Css Color HEX #8AC04B Mantis

📋 copy color: '#8AC04B'

red 138 ◦ green 192 ◦ blue 75

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

Shades of Mantis #8AC04B

Tints of Mantis #8AC04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.52%

R = 34.07%
G = 47.41%
B = 18.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#8AC04B (or 0x8AC04B) is known color: Mantis. HEX triplet: 8A, C0 and 4B. RGB value is (138,192,75). Sum of RGB (Red+Green+Blue) = 138+192+75=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC04B is #753FB4. Grayscale: #A2A2A2. Windows color (decimal): -7684021 or 4964490. OLE color: 4964490.

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

Color convert

RGB 138 192 75 -
CMYK 0.28 0 0.61 0.25
HSL 87.69º 0.48% 0.52% -
HSV(B) 87.69º 0.61% 0.75% -
XYZ 30.6 43.61 13.46 -
YUV 162.52 78.61 110.51 -
System Red Green Blue C M Y K H S L
Decimal 138 192 75 0.28 0 0.61 0.25 87.69 0.48 0.52
Hex 8A C0 4B 1C 0 3D 19 58 30 34
Octal 212 300 113 34 0 75 31 130 60 64
Binary 10001010 11000000 1001011 11100 0 111101 11001 1011000 110000 110100

Color Harmonies of #8AC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC04B

Black with #8AC04B

Text Example


Text Example

White with #8AC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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