Html Css Color HEX #8ABF64 Mantis

📋 copy color: '#8ABF64'

red 138 ◦ green 191 ◦ blue 100

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

Shades of Mantis #8ABF64

Tints of Mantis #8ABF64

RGB

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

 GREEN value IS 191 (75% from 255) = 44.52%

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 32.17%
G = 44.52%
B = 23.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#8ABF64 (or 0x8ABF64) is known color: Mantis. HEX triplet: 8A, BF and 64. RGB value is (138,191,100). Sum of RGB (Red+Green+Blue) = 138+191+100=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF64 is #75409B. Grayscale: #A5A5A5. Windows color (decimal): -7684252 or 6602634. OLE color: 6602634.

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

Color convert

RGB 138 191 100 -
CMYK 0.28 0 0.48 0.25
HSL 94.95º 0.42% 0.57% -
HSV(B) 94.95º 0.48% 0.75% -
XYZ 31.41 43.58 18.81 -
YUV 164.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 138 191 100 0.28 0 0.48 0.25 94.95 0.42 0.57
Hex 8A BF 64 1C 0 30 19 5F 2A 39
Octal 212 277 144 34 0 60 31 137 52 71
Binary 10001010 10111111 1100100 11100 0 110000 11001 1011111 101010 111001

Color Harmonies of #8ABF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABF64

Black with #8ABF64

Text Example


Text Example

White with #8ABF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,191,100); }

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

background-color css

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

 a { background-color: rgb(138,191,100); }

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

border-color css

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

 span { border-color: rgb(138,191,100); }

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