Html Css Color HEX #1FAB75 Mountain Meadow

📋 copy color: '#1FAB75'

red 31 ◦ green 171 ◦ blue 117

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

Shades of Mountain Meadow #1FAB75

Tints of Mountain Meadow #1FAB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.61%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 9.72%
G = 53.61%
B = 36.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#1FAB75 (or 0x1FAB75) is known color: Mountain Meadow. HEX triplet: 1F, AB and 75. RGB value is (31,171,117). Sum of RGB (Red+Green+Blue) = 31+171+117=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAB75 is #E0548A. Grayscale: #7B7B7B. Windows color (decimal): -14701707 or 7711519. OLE color: 7711519.

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

Color convert

RGB 31 171 117 -
CMYK 0.82 0 0.32 0.33
HSL 156.86º 0.69% 0.4% -
HSV(B) 156.86º 0.82% 0.67% -
XYZ 18.34 30.7 21.79 -
YUV 122.98 124.62 62.39 -
System Red Green Blue C M Y K H S L
Decimal 31 171 117 0.82 0 0.32 0.33 156.86 0.69 0.4
Hex 1F AB 75 52 0 20 21 9D 45 28
Octal 37 253 165 122 0 40 41 235 105 50
Binary 11111 10101011 1110101 1010010 0 100000 100001 10011101 1000101 101000

Color Harmonies of #1FAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAB75

Black with #1FAB75

Text Example


Text Example

White with #1FAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,171,117); }

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

background-color css

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

 a { background-color: rgb(31,171,117); }

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

border-color css

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

 span { border-color: rgb(31,171,117); }

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