Html Css Color HEX #8AC64C Mantis

📋 copy color: '#8AC64C'

red 138 ◦ green 198 ◦ blue 76

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

Shades of Mantis #8AC64C

Tints of Mantis #8AC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.06%

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 33.5%
G = 48.06%
B = 18.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#8AC64C (or 0x8AC64C) is known color: Mantis. HEX triplet: 8A, C6 and 4C. RGB value is (138,198,76). Sum of RGB (Red+Green+Blue) = 138+198+76=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC64C is #7539B3. Grayscale: #A6A6A6. Windows color (decimal): -7682484 or 5031562. OLE color: 5031562.

HSL color Cylindrical-coordinate representation of color #8AC64C: hue angle of 89.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AC64C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 138 198 76 -
CMYK 0.30 0 0.62 0.22
HSL 89.51º 0.52% 0.54% -
HSV(B) 89.51º 0.62% 0.78% -
XYZ 31.98 46.31 14.09 -
YUV 166.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 138 198 76 0.30 0 0.62 0.22 89.51 0.52 0.54
Hex 8A C6 4C 1E 0 3E 16 5A 34 36
Octal 212 306 114 36 0 76 26 132 64 66
Binary 10001010 11000110 1001100 11110 0 111110 10110 1011010 110100 110110

Color Harmonies of #8AC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC64C

Black with #8AC64C

Text Example


Text Example

White with #8AC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,198,76); }

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

background-color css

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

 a { background-color: rgb(138,198,76); }

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

border-color css

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

 span { border-color: rgb(138,198,76); }

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