Html Css Color HEX #8ACE4A Mantis

📋 copy color: '#8ACE4A'

red 138 ◦ green 206 ◦ blue 74

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

Shades of Mantis #8ACE4A

Tints of Mantis #8ACE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.28%

 BLUE value IS 74 (29.3% from 255) = 17.7%

R = 33.01%
G = 49.28%
B = 17.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#8ACE4A (or 0x8ACE4A) is known color: Mantis. HEX triplet: 8A, CE and 4A. RGB value is (138,206,74). Sum of RGB (Red+Green+Blue) = 138+206+74=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE4A is #7531B5. Grayscale: #ABABAB. Windows color (decimal): -7680438 or 4902538. OLE color: 4902538.

HSL color Cylindrical-coordinate representation of color #8ACE4A: hue angle of 90.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ACE4A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 74 -
CMYK 0.33 0 0.64 0.19
HSL 90.91º 0.57% 0.55% -
HSV(B) 90.91º 0.64% 0.81% -
XYZ 33.79 50.04 14.36 -
YUV 170.62 73.47 104.73 -
System Red Green Blue C M Y K H S L
Decimal 138 206 74 0.33 0 0.64 0.19 90.91 0.57 0.55
Hex 8A CE 4A 21 0 40 13 5B 39 37
Octal 212 316 112 41 0 100 23 133 71 67
Binary 10001010 11001110 1001010 100001 0 1000000 10011 1011011 111001 110111

Color Harmonies of #8ACE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE4A

Black with #8ACE4A

Text Example


Text Example

White with #8ACE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,74); }

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

background-color css

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

 a { background-color: rgb(138,206,74); }

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

border-color css

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

 span { border-color: rgb(138,206,74); }

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