Html Css Color HEX #8ACF5F Mantis

📋 copy color: '#8ACF5F'

red 138 ◦ green 207 ◦ blue 95

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

Shades of Mantis #8ACF5F

Tints of Mantis #8ACF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 31.36%
G = 47.05%
B = 21.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#8ACF5F (or 0x8ACF5F) is known color: Mantis. HEX triplet: 8A, CF and 5F. RGB value is (138,207,95). Sum of RGB (Red+Green+Blue) = 138+207+95=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF5F is #7530A0. Grayscale: #ADADAD. Windows color (decimal): -7680161 or 6279050. OLE color: 6279050.

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

Color convert

RGB 138 207 95 -
CMYK 0.33 0 0.54 0.19
HSL 96.96º 0.54% 0.59% -
HSV(B) 96.96º 0.54% 0.81% -
XYZ 34.86 50.86 18.81 -
YUV 173.6 83.64 102.61 -
System Red Green Blue C M Y K H S L
Decimal 138 207 95 0.33 0 0.54 0.19 96.96 0.54 0.59
Hex 8A CF 5F 21 0 36 13 61 36 3B
Octal 212 317 137 41 0 66 23 141 66 73
Binary 10001010 11001111 1011111 100001 0 110110 10011 1100001 110110 111011

Color Harmonies of #8ACF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF5F

Black with #8ACF5F

Text Example


Text Example

White with #8ACF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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