Html Css Color HEX #1FAD83 Mountain Meadow

📋 copy color: '#1FAD83'

red 31 ◦ green 173 ◦ blue 131

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

Shades of Mountain Meadow #1FAD83

Tints of Mountain Meadow #1FAD83

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.64%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 9.25%
G = 51.64%
B = 39.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#1FAD83 (or 0x1FAD83) is known color: Mountain Meadow. HEX triplet: 1F, AD and 83. RGB value is (31,173,131). Sum of RGB (Red+Green+Blue) = 31+173+131=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD83 is #E0527C. Grayscale: #7D7D7D. Windows color (decimal): -14701181 or 8629535. OLE color: 8629535.

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

Color convert

RGB 31 173 131 -
CMYK 0.82 0 0.24 0.32
HSL 162.25º 0.7% 0.4% -
HSV(B) 162.25º 0.82% 0.68% -
XYZ 19.61 31.82 26.58 -
YUV 125.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 31 173 131 0.82 0 0.24 0.32 162.25 0.7 0.4
Hex 1F AD 83 52 0 18 20 A2 46 28
Octal 37 255 203 122 0 30 40 242 106 50
Binary 11111 10101101 10000011 1010010 0 11000 100000 10100010 1000110 101000

Color Harmonies of #1FAD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAD83

Black with #1FAD83

Text Example


Text Example

White with #1FAD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,173,131); }

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

background-color css

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

 a { background-color: rgb(31,173,131); }

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

border-color css

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

 span { border-color: rgb(31,173,131); }

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