Html Css Color HEX #1FAF89 Mountain Meadow

📋 copy color: '#1FAF89'

red 31 ◦ green 175 ◦ blue 137

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

Shades of Mountain Meadow #1FAF89

Tints of Mountain Meadow #1FAF89

RGB

 RED value IS 31 (12.5% from 255) = 9.04%

 GREEN value IS 175 (68.75% from 255) = 51.02%

 BLUE value IS 137 (53.91% from 255) = 39.94%

R = 9.04%
G = 51.02%
B = 39.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#1FAF89 (or 0x1FAF89) is known color: Mountain Meadow. HEX triplet: 1F, AF and 89. RGB value is (31,175,137). Sum of RGB (Red+Green+Blue) = 31+175+137=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAF89 is #E05076. Grayscale: #7F7F7F. Windows color (decimal): -14700663 or 9023263. OLE color: 9023263.

HSL color Cylindrical-coordinate representation of color #1FAF89: hue angle of 164.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAF89 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 175 137 -
CMYK 0.82 0 0.22 0.31
HSL 164.17º 0.7% 0.4% -
HSV(B) 164.17º 0.82% 0.69% -
XYZ 20.41 32.76 28.91 -
YUV 127.61 133.29 59.09 -
System Red Green Blue C M Y K H S L
Decimal 31 175 137 0.82 0 0.22 0.31 164.17 0.7 0.4
Hex 1F AF 89 52 0 16 1F A4 46 28
Octal 37 257 211 122 0 26 37 244 106 50
Binary 11111 10101111 10001001 1010010 0 10110 11111 10100100 1000110 101000

Color Harmonies of #1FAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAF89

Black with #1FAF89

Text Example


Text Example

White with #1FAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FAF89; }

 p { color: rgb(31,175,137); }

 H1.HeaderClassName
 {
   color: #1FAF89;
 }
 .AnyTagClassName
 {
   color: #1FAF89;
 }
</style>

background-color css

<style>
 a { background-color: #1FAF89; }

 a { background-color: rgb(31,175,137); }

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

border-color css

<style>
 span { border-color: #1FAF89; }

 span { border-color: rgb(31,175,137); }

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