Html Css Color HEX #1FBC7F Mountain Meadow

📋 copy color: '#1FBC7F'

red 31 ◦ green 188 ◦ blue 127

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

Shades of Mountain Meadow #1FBC7F

Tints of Mountain Meadow #1FBC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.34%

 BLUE value IS 127 (50% from 255) = 36.71%

R = 8.96%
G = 54.34%
B = 36.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#1FBC7F (or 0x1FBC7F) is known color: Mountain Meadow. HEX triplet: 1F, BC and 7F. RGB value is (31,188,127). Sum of RGB (Red+Green+Blue) = 31+188+127=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FBC7F is #E04380. Grayscale: #868686. Windows color (decimal): -14697345 or 8371231. OLE color: 8371231.

HSL color Cylindrical-coordinate representation of color #1FBC7F: hue angle of 156.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC7F is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 188 127 -
CMYK 0.84 0 0.32 0.26
HSL 156.69º 0.72% 0.43% -
HSV(B) 156.69º 0.84% 0.74% -
XYZ 22.38 37.79 26.19 -
YUV 134.1 123.99 54.46 -
System Red Green Blue C M Y K H S L
Decimal 31 188 127 0.84 0 0.32 0.26 156.69 0.72 0.43
Hex 1F BC 7F 54 0 20 1A 9D 48 2B
Octal 37 274 177 124 0 40 32 235 110 53
Binary 11111 10111100 1111111 1010100 0 100000 11010 10011101 1001000 101011

Color Harmonies of #1FBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBC7F

Black with #1FBC7F

Text Example


Text Example

White with #1FBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,188,127); }

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

background-color css

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

 a { background-color: rgb(31,188,127); }

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

border-color css

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

 span { border-color: rgb(31,188,127); }

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