Html Css Color HEX #94AF90 Mantle

📋 copy color: '#94AF90'

red 148 ◦ green 175 ◦ blue 144

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

Shades of Mantle #94AF90

Tints of Mantle #94AF90

RGB

 RED value IS 148 (58.2% 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 value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#94AF90 (or 0x94AF90) is known color: 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

RGB 148 175 144 -
CMYK 0.15 0 0.18 0.31
HSL 112.26º 0.16% 0.63% -
HSV(B) 112.26º 0.18% 0.69% -
XYZ 32.58 38.97 32.19 -
YUV 163.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 148 175 144 0.15 0 0.18 0.31 112.26 0.16 0.63
Hex 94 AF 90 F 0 12 1F 70 10 3F
Octal 224 257 220 17 0 22 37 160 20 77
Binary 10010100 10101111 10010000 1111 0 10010 11111 1110000 10000 111111

Color Harmonies of #94AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AF90

Black with #94AF90

Text Example


Text Example

White with #94AF90

Text Example


Text Example

HTML Codes & Css Web 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>