#94AF90

Color #94AF90 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #94AF90

Tints of Mantle #94AF90

Color information

#94AF90 (or 0x94AF90) is unknown color: approx Mantle. HEX triplet: 94, AF and 90. RGB value is (148,175,144). Sum of RGB (Red+Green+Blue) = 148+175+144=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF90 is #6B506F. Grayscale: #A3A3A3. Windows color (decimal): -7032944 or 9482132. OLE color: 9482132.

HSL color Cylindrical-coordinate representation of color #94AF90: hue angle of 112.26º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94AF90 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB148175144-
CMYK0.1500.180.31
HSL112.26º16.23%62.55%-
HSV(B)112.26º17.71%68.63%-
XYZ32.5838.9732.19-
YUV163.39117.05117.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=31.69%
G=37.47%
B=30.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751440.1500.180.31112.2616.2362.55
Hex94AF90F0121F70103f
Octal22425722017022371602077
Binary100101001010111110010000111101001011111111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,144); }

 H1.HeaderClassName
 {
   color: #94AF90;
 }
 .AnyTagClassName
 {
   color: #94AF90;
 }
</style>
background-color css

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

 a { background-color: rgb(148,175,144); }

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

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

 span { border-color: rgb(148,175,144); }

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