Html Css Color HEX #1FC770 Mountain Meadow

📋 copy color: '#1FC770'

red 31 ◦ green 199 ◦ blue 112

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

Shades of Mountain Meadow #1FC770

Tints of Mountain Meadow #1FC770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.19%

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 9.06%
G = 58.19%
B = 32.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#1FC770 (or 0x1FC770) is known color: Mountain Meadow. HEX triplet: 1F, C7 and 70. RGB value is (31,199,112). Sum of RGB (Red+Green+Blue) = 31+199+112=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC770 is #E0388F. Grayscale: #8B8B8B. Windows color (decimal): -14694544 or 7391007. OLE color: 7391007.

HSL color Cylindrical-coordinate representation of color #1FC770: hue angle of 148.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC770 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 199 112 -
CMYK 0.84 0 0.44 0.22
HSL 148.93º 0.73% 0.45% -
HSV(B) 148.93º 0.84% 0.78% -
XYZ 23.91 42.31 22.24 -
YUV 138.85 112.84 51.07 -
System Red Green Blue C M Y K H S L
Decimal 31 199 112 0.84 0 0.44 0.22 148.93 0.73 0.45
Hex 1F C7 70 54 0 2C 16 95 49 2D
Octal 37 307 160 124 0 54 26 225 111 55
Binary 11111 11000111 1110000 1010100 0 101100 10110 10010101 1001001 101101

Color Harmonies of #1FC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC770

Black with #1FC770

Text Example


Text Example

White with #1FC770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,199,112); }

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

background-color css

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

 a { background-color: rgb(31,199,112); }

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

border-color css

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

 span { border-color: rgb(31,199,112); }

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