Html Css Color HEX #94AC8F Mantle

📋 copy color: '#94AC8F'

red 148 ◦ green 172 ◦ blue 143

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

Shades of Mantle #94AC8F

Tints of Mantle #94AC8F

RGB

 RED value IS 148 (58.2% from 255) = 31.97%

 GREEN value IS 172 (67.58% from 255) = 37.15%

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 31.97%
G = 37.15%
B = 30.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#94AC8F (or 0x94AC8F) is known color: Mantle. HEX triplet: 94, AC and 8F. RGB value is (148,172,143). Sum of RGB (Red+Green+Blue) = 148+172+143=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC8F is #6B5370. Grayscale: #A1A1A1. Windows color (decimal): -7033713 or 9415828. OLE color: 9415828.

HSL color Cylindrical-coordinate representation of color #94AC8F: hue angle of 109.66º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94AC8F is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 172 143 -
CMYK 0.14 0 0.17 0.33
HSL 109.66º 0.15% 0.62% -
HSV(B) 109.66º 0.17% 0.67% -
XYZ 31.92 37.78 31.6 -
YUV 161.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 148 172 143 0.14 0 0.17 0.33 109.66 0.15 0.62
Hex 94 AC 8F E 0 11 21 6E F 3E
Octal 224 254 217 16 0 21 41 156 17 76
Binary 10010100 10101100 10001111 1110 0 10001 100001 1101110 1111 111110

Color Harmonies of #94AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AC8F

Black with #94AC8F

Text Example


Text Example

White with #94AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AC8F; }

 p { color: rgb(148,172,143); }

 H1.HeaderClassName
 {
   color: #94AC8F;
 }
 .AnyTagClassName
 {
   color: #94AC8F;
 }
</style>

background-color css

<style>
 a { background-color: #94AC8F; }

 a { background-color: rgb(148,172,143); }

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

border-color css

<style>
 span { border-color: #94AC8F; }

 span { border-color: rgb(148,172,143); }

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