Html Css Color HEX #8ACF70 Mantis

📋 copy color: '#8ACF70'

red 138 ◦ green 207 ◦ blue 112

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

Shades of Mantis #8ACF70

Tints of Mantis #8ACF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.3%

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 30.2%
G = 45.3%
B = 24.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#8ACF70 (or 0x8ACF70) is known color: Mantis. HEX triplet: 8A, CF and 70. RGB value is (138,207,112). Sum of RGB (Red+Green+Blue) = 138+207+112=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF70 is #75308F. Grayscale: #AFAFAF. Windows color (decimal): -7680144 or 7393162. OLE color: 7393162.

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

Color convert

RGB 138 207 112 -
CMYK 0.33 0 0.46 0.19
HSL 103.58º 0.5% 0.63% -
HSV(B) 103.58º 0.46% 0.81% -
XYZ 35.72 51.2 23.33 -
YUV 175.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 138 207 112 0.33 0 0.46 0.19 103.58 0.5 0.63
Hex 8A CF 70 21 0 2E 13 68 32 3F
Octal 212 317 160 41 0 56 23 150 62 77
Binary 10001010 11001111 1110000 100001 0 101110 10011 1101000 110010 111111

Color Harmonies of #8ACF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF70

Black with #8ACF70

Text Example


Text Example

White with #8ACF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,207,112); }

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

background-color css

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

 a { background-color: rgb(138,207,112); }

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

border-color css

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

 span { border-color: rgb(138,207,112); }

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